TFORMer SDK - NET
8
|
Exceptions thrown by TFORMer SDK. More...
Public Member Functions | |
TFORMerException () | |
Initializes a new instance of the TFORMerException class. | |
TFORMerException (string message) | |
Initializes a new instance of the TFORMerException class. | |
TFORMerException (string description, int errorCode, string reference) | |
Initializes a new instance of the TFORMerException class. | |
TFORMerException (string description, int errorCode, string reference, string information) | |
Initializes a new instance of the TFORMerException class. | |
TFORMerException (String message, Exception innerException) | |
Initializes a new instance of the TFORMerException class. | |
TFORMerException (int errorCode, string description, string reference, string information) | |
Initializes a new instance of the TFORMerException class. | |
Properties | |
string | Description [get] |
Gets the error description. | |
int | ErrorCode [get] |
Gets the error code. | |
string | Information [get] |
Gets the additional error information. | |
string | Reference [get] |
Gets the reference of the error. |
Exceptions thrown by TFORMer SDK.
TFORMerException | ( | ) |
Initializes a new instance of the TFORMerException class.
TFORMerException | ( | string | message | ) |
Initializes a new instance of the TFORMerException class.
message | Exception message |
TFORMerException | ( | string | description, |
int | errorCode, | ||
string | reference | ||
) |
Initializes a new instance of the TFORMerException class.
description | Exception description |
errorCode | Error code |
reference | The reference of the exception |
TFORMerException | ( | string | description, |
int | errorCode, | ||
string | reference, | ||
string | information | ||
) |
Initializes a new instance of the TFORMerException class.
description | Exception description |
errorCode | Error code |
reference | The reference of the exception |
information | additional information provided by TFORMer SDK |
TFORMerException | ( | String | message, |
Exception | innerException | ||
) |
Initializes a new instance of the TFORMerException class.
message | Exception message |
innerException | Inner exception |
TFORMerException | ( | int | errorCode, |
string | description, | ||
string | reference, | ||
string | information | ||
) |
Initializes a new instance of the TFORMerException class.
errorCode | Error code |
description | description of error |
reference | reference of the exception |
information | additional information |
string Description [get] |
Gets the error description.
int ErrorCode [get] |
Gets the error code.
string Information [get] |
Gets the additional error information.
string Reference [get] |
Gets the reference of the error.
© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed Aug 7 2024 17:29:42 for TFORMer SDK - NET with doxygen 1.7.6.1 |