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