| ursaExceptionErrorCodeToString Method |
Gets a human-readable string representation of a
ursaError value.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public static string ErrorCodeToString(
ursaError error
)
Public Shared Function ErrorCodeToString (
error As ursaError
) As String
public:
static String^ ErrorCodeToString(
ursaError^ error
)
static member ErrorCodeToString :
error : ursaError -> string
Parameters
- error
- Type: SamoyedSoftware.ursaursaError
A ursaError value.
Return Value
Type:
StringA string describing the meaning of the value of
error.
See Also