PolicyValidationException Constructor
.NET Framework 3.5
Initializes an instance of the PolicyValidationException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PolicyValidationException() | Initializes an instance of the PolicyValidationException class. |
|
PolicyValidationException(String) | Initializes an instance of the PolicyValidationException class with the specified error message. |
|
PolicyValidationException(SerializationInfo, StreamingContext) | Initializes an instance of the PolicyValidationException class with serialization information and streaming context specified. |
|
PolicyValidationException(String, Exception) | Initializes an instance of the PolicyValidationException class with the specified error message and a reference to the inner exception that is the cause of this exception. |