IdentityNotMappedException Constructor (String^)

 

Initializes a new instance of the IdentityNotMappedException class by using the specified error message.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

public:
IdentityNotMappedException(
	String^ message
)

Parameters

message
Type: System::String^

The error message that explains the reason for the exception.

.NET Framework
Available since 2.0
Return to top
Show: