IdentityNotMappedException Constructor (String, Exception)
.NET Framework (current version)
Initializes a new instance of the IdentityNotMappedException class by using the specified error message and inner exception.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
-
Type:
System.String
The error message that explains the reason for the exception.
- inner
-
Type:
System.Exception
The exception that is the cause of the current exception. If inner is not null, the current exception is raised in a catch block that handles the inner exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: