Click or drag to resize

ursaException Constructor

Initializes a new instance of the ursaException class.
Overload List
  NameDescription
Public methodursaException
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
See Also