Méthode | Description | |
---|---|---|
TCDFrameworkException ( ) : System |
Initializes a new instance of the TCDFrameworkException class.
|
|
TCDFrameworkException ( |
Initializes a new instance of the TCDFrameworkException class.
|
|
TCDFrameworkException ( |
Initializes a new instance of the TCDFrameworkException class.
|
|
TCDFrameworkException ( string errorMessage ) : System |
Initializes a new instance of the TCDFrameworkException class.
|
|
TCDFrameworkException ( string methodName, |
Initializes a new instance of the TCDFrameworkException class.
|
|
TCDFrameworkException ( string methodName, string message, |
Initializes a new instance of the TCDFrameworkException class.
|
public TCDFrameworkException ( |
||
innerException | The inner exception. | |
Résultat | System |
public TCDFrameworkException ( |
||
info | The |
|
context | The |
|
Résultat | System |
public TCDFrameworkException ( string errorMessage ) : System | ||
errorMessage | string | The error message. |
Résultat | System |
public TCDFrameworkException ( string methodName, |
||
methodName | string | Name of the method. |
innerException | The inner exception. | |
Résultat | System |
public TCDFrameworkException ( string methodName, string message, |
||
methodName | string | Name of the method. |
message | string | The error message that explains the reason for the exception. |
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. | |
Résultat | System |