Property | Type | Description | |
---|---|---|---|
Throw | global::Goedel.Utilities.ThrowDelegate |
Method | Description | |
---|---|---|
ParseError ( ) : System |
Create an instance of the exception.
|
|
ParseError ( LexReader Object ) : System |
Create an instance of the exception.
|
|
ParseError ( LexReader Object, System Inner ) : System |
Create an instance of the exception.
|
|
ParseError ( string Description ) : System |
Create an instance of the exception.
|
|
ParseError ( string Description, System Inner ) : System |
Create an instance of the exception.
|
Method | Description | |
---|---|---|
_Throw ( object Reason ) : |
public ParseError ( LexReader Object ) : System | ||
Object | LexReader | User data |
return | System |
public ParseError ( LexReader Object, System Inner ) : System | ||
Object | LexReader | User data |
Inner | System | Inner Exception |
return | System |
public ParseError ( string Description ) : System | ||
Description | string | Description of the error |
return | System |
public ParseError ( string Description, System Inner ) : System | ||
Description | string | Description of the error |
Inner | System | Inner Exception |
return | System |