 | ursaExceptionErrorCodeToString Method |
Gets a human-readable string representation of a
ursaError value.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic 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: ursaursaError
A ursaError value.
Return Value
Type:
StringA string describing the meaning of the value of
error.
See Also