Click or drag to resize

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)
Syntax
public static string ErrorCodeToString(
	ursaError error
)

Parameters

error
Type: ursaursaError
A ursaError value.

Return Value

Type: String
A string describing the meaning of the value of error.
See Also