Contrsuctor with a message and a presumably caught excpetion

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

Syntax

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

Parameters

s
Type: System..::..String
the message
e
Type: System..::..Exception
the exception

See Also