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