Метод | Описание | |
---|---|---|
ResourceException ( |
Initializes a new instance of the ResourceException class.
|
|
ResourceException ( |
Initializes a new instance of the DataBaseException class.
|
|
ResourceException ( string methodName ) : System |
Initializes a new instance of the TCDFrameworkException class.
|
|
ResourceException ( string methodName, |
||
ResourceException ( string methodName, string errorMessage, |
Initializes a new instance of the DataBaseException class.
|
public ResourceException ( |
||
innerException | The inner exception. | |
Результат | System |
public ResourceException ( |
||
info | The |
|
context | The |
|
Результат | System |
public ResourceException ( string methodName ) : System | ||
methodName | string | Name of the method. |
Результат | System |
public ResourceException ( string methodName, |
||
methodName | string | |
innerException | ||
Результат | System |
public ResourceException ( string methodName, string errorMessage, |
||
methodName | string | Name of the method. |
errorMessage | string | The error message. |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. | |
Результат | System |