TFORMer SDK - NET 8
Public Member Functions | Properties | List of all members
TFORMerException Class Reference

Exceptions thrown by TFORMer SDK. More...

Public Member Functions

 TFORMerException ()
 Initializes a new instance of the TFORMerException class. More...
 
 TFORMerException (int errorCode, string description, string reference, string information)
 Initializes a new instance of the TFORMerException class. More...
 
 TFORMerException (string description, int errorCode, string reference)
 Initializes a new instance of the TFORMerException class. More...
 
 TFORMerException (string description, int errorCode, string reference, string information)
 Initializes a new instance of the TFORMerException class. More...
 
 TFORMerException (string message)
 Initializes a new instance of the TFORMerException class. More...
 
 TFORMerException (String message, Exception innerException)
 Initializes a new instance of the TFORMerException class. More...
 

Properties

string Description [get]
 Gets the error description. More...
 
int ErrorCode [get]
 Gets the error code. More...
 
string Information [get]
 Gets the additional error information. More...
 
string Reference [get]
 Gets the reference of the error. More...
 

Detailed Description

Exceptions thrown by TFORMer SDK.

Constructor & Destructor Documentation

◆ TFORMerException() [1/6]

Initializes a new instance of the TFORMerException class.

◆ TFORMerException() [2/6]

TFORMerException ( string  message)

Initializes a new instance of the TFORMerException class.

Parameters
messageException message

◆ TFORMerException() [3/6]

TFORMerException ( string  description,
int  errorCode,
string  reference 
)

Initializes a new instance of the TFORMerException class.

Parameters
descriptionException description
errorCodeError code
referenceThe reference of the exception

◆ TFORMerException() [4/6]

TFORMerException ( string  description,
int  errorCode,
string  reference,
string  information 
)

Initializes a new instance of the TFORMerException class.

Parameters
descriptionException description
errorCodeError code
referenceThe reference of the exception
informationadditional information provided by TFORMer SDK

◆ TFORMerException() [5/6]

TFORMerException ( String  message,
Exception  innerException 
)

Initializes a new instance of the TFORMerException class.

Parameters
messageException message
innerExceptionInner exception

◆ TFORMerException() [6/6]

TFORMerException ( int  errorCode,
string  description,
string  reference,
string  information 
)

Initializes a new instance of the TFORMerException class.

Parameters
errorCodeError code
descriptiondescription of error
referencereference of the exception
informationadditional information

Property Documentation

◆ Description

string Description
get

Gets the error description.

Returns
The error description

◆ ErrorCode

int ErrorCode
get

Gets the error code.

Returns
The error code

◆ Information

string Information
get

Gets the additional error information.

Returns
The additional error information

◆ Reference

string Reference
get

Gets the reference of the error.

Returns
The error reference

© 2006-2023 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Thu Dec 28 2023 18:45:19 for TFORMer SDK - NET with doxygen 1.9.4