Click or drag to resize

ursaException Constructor (ursaError, String)

Initializes a new instance of the ursaException class with a ursaError value and error message.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
public ursaException(
	ursaError errorCode,
	string message
)

Parameters

errorCode
Type: ursaursaError
A ursaError value indicating the type of error.
message
Type: SystemString
A string containing the error message
See Also