Свойство | Тип | Описание | |
---|---|---|---|
Throw | global::Goedel.Utilities.ThrowDelegate |
Метод | Описание | |
---|---|---|
UnexpectedEnd ( ) : System |
Create an instance of the exception.
|
|
UnexpectedEnd ( string Description ) : System |
Create an instance of the exception.
|
|
UnexpectedEnd ( string Description, System Inner ) : System |
Create an instance of the exception.
|
Метод | Описание | |
---|---|---|
_Throw ( object Reason ) : |
public UnexpectedEnd ( string Description ) : System | ||
Description | string | Description of the error |
Результат | System |
public UnexpectedEnd ( string Description, System Inner ) : System | ||
Description | string | Description of the error |
Inner | System | Inner Exception |
Результат | System |