Click or drag to resize

ursaException Constructor (ursaError)

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

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
public ursaException(
	ursaError errorCode
)

Parameters

errorCode
Type: SamoyedSoftware.ursaursaError
A ursaError value indicating the type of error.
See Also