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.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic ParserException(
string message
)
public:
ParserException(
String^ message
)
Parameters
- message
- Type: SystemString
Error message string.
See Also