PostconditionFailedException Constructor |
Name | Description | |
---|---|---|
PostconditionFailedException() |
Initializes a new instance of the PostconditionFailedException class.
| |
PostconditionFailedException(String) |
Initializes a new instance of the PostconditionFailedException class with a specified error message.
| |
PostconditionFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PostconditionFailedException class with serialized data.
| |
PostconditionFailedException(String, Exception) |
Initializes a new instance of the PostconditionFailedException class with a specified error message
and a reference to the inner exception that is the cause of this exception.
|