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