Свойство | Тип | Описание | |
---|---|---|---|
Throw | global::Goedel.Utilities.ThrowDelegate |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
_Throw ( object Reason ) : |
public ParseError ( LexReader Object ) : System | ||
Object | LexReader | User data |
Результат | System |
public ParseError ( LexReader Object, System Inner ) : System | ||
Object | LexReader | User data |
Inner | System | Inner Exception |
Результат | System |
public ParseError ( string Description ) : System | ||
Description | string | Description of the error |
Результат | System |
public ParseError ( string Description, System Inner ) : System | ||
Description | string | Description of the error |
Inner | System | Inner Exception |
Результат | System |