Click or drag to resize

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
)

Parameters

error
Type: SamoyedSoftware.ursaursaError
A ursaError value.

Return Value

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