| ursaException Constructor (ursaError) |
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public ursaException(
ursaError errorCode
)
Public Sub New (
errorCode As ursaError
)
public:
ursaException(
ursaError^ errorCode
)
new :
errorCode : ursaError -> ursaException
Parameters
- errorCode
- Type: SamoyedSoftware.ursaursaError
A ursaError value indicating the type of error.
See Also