DependencyException Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DependencyException : AppException
The DependencyException type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |