Click or drag to resize
ParserException Constructor (String, Exception)
Initializes a new instance of the ParserException class. The exception is thrown when something unexpected occurs during the parsing process.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ParserException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Error message string.
innerException
Type: SystemException
Inner exception reference.
See Also