Click or drag to resize

ursaException Class

The exception that is throw when an operation by attempted by the ursa library fails.
Inheritance Hierarchy
SystemException
  SamoyedSoftware.ursaursaException

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
public class ursaException : Exception

The ursaException type exposes the following members.

Constructors
  NameDescription
Public methodursaException
Initializes a new instance of the ursaException class, with an ErrorCode of ursaErrorNone.
Public methodursaException(ursaError)
Initializes a new instance of the ursaException class with a ursaError value.
Public methodursaException(ursaError, String)
Initializes a new instance of the ursaException class with a ursaError value and error message.
Public methodursaException(ursaError, String, Exception)
Initializes a new instance of the ursaException class with a ursaError value, error message, and inner exception.
Top
Properties
  NameDescription
Public propertyErrorCode
Gets the ursaError value indicating the type of error represented by this instance.
Public propertyErrorCodeAsString
Gets a human-readable string representation of the ErrorCode.
Top
Methods
  NameDescription
Public methodStatic memberErrorCodeToString
Gets a human-readable string representation of a ursaError value.
Top
See Also