Constructor with a message string

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

Syntax

C#
public ParserException(
	string s
)
Visual C++
public:
ParserException(
	String^ s
)
F#
new : 
        s:string -> ParserException

Parameters

s
Type: System..::..String
The message

See Also