Turns a Parser.Error argument into a textual description.

Namespace: Spherical.Shape
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public static string errmsg(
	Parser..::..Error errno
)
Visual C++
public:
static String^ errmsg(
	Parser..::..Error errno
)
F#
static member errmsg : 
        errno:Parser..::..Error -> string 

Parameters

errno
Type: Spherical.Shape..::..Parser..::..Error
The Error object

Return Value

string containing text of description

See Also