IdentityValidationException Constructor (String^)

 

Initializes a new instance of the IdentityValidationException class with the specified error message.

Namespace:   System.IdentityModel.Selectors
Assembly:  System.IdentityModel.Selectors (in System.IdentityModel.Selectors.dll)

public:
IdentityValidationException(
	String^ message
)

Parameters

message
Type: System::String^

A string that contains the error message that explains the reason for the exception.

.NET Framework
Available since 3.0
Return to top
Show: