Class ParserException
Exception to be thrown by an IQcParser.
Namespace: QFSW.QC
Assembly: QFSW.QC.dll
Syntax
public class ParserException : Exception, _Exception, ISerializable
Constructors
ParserException(String)
Declaration
public ParserException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message |
ParserException(String, Exception)
Declaration
public ParserException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | |
| Exception | innerException |