Click or drag to resize
ParserException Constructor (String)
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
)

Parameters

message
Type: SystemString
Error message string.
See Also