PolicyValidationException Constructor (String^)
.NET Framework (current version)
Initializes an instance of the PolicyValidationException class with the specified error message.
Assembly: System.IdentityModel.Selectors (in System.IdentityModel.Selectors.dll)
Parameters
- message
-
Type:
System::String^
The message that describes the error.
This constructor initializes the Message property of the new instance to a system-supplied message that describes the error and takes into account the current system culture. The content of the message should also be understandable to the user.
.NET Framework
Available since 3.0
Available since 3.0
Show: