ursaException Class |
Namespace: SamoyedSoftware.ursa
The ursaException type exposes the following members.
| Name | Description | |
|---|---|---|
| ursaException | ||
| ursaException(ursaError) |
Initializes a new instance of the ursaException class with a ursaError value.
| |
| ursaException(ursaError, String) |
Initializes a new instance of the ursaException class with a ursaError value and error message.
| |
| ursaException(ursaError, String, Exception) |
Initializes a new instance of the ursaException class with a ursaError value, error message, and inner exception.
|
| Name | Description | |
|---|---|---|
| ErrorCode |
Gets the ursaError value indicating the type of error represented by this instance.
| |
| ErrorCodeAsString |
Gets a human-readable string representation of the ErrorCode.
|
| Name | Description | |
|---|---|---|
| ErrorCodeToString |
Gets a human-readable string representation of a ursaError value.
|