TFORMer SDK - NET  8
Public Member Functions | Properties
TFORMerException Class Reference

Exceptions thrown by TFORMer SDK. More...

List of all members.

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.

Detailed Description

Exceptions thrown by TFORMer SDK.


Constructor & Destructor Documentation

Initializes a new instance of the TFORMerException class.

TFORMerException ( string  message)

Initializes a new instance of the TFORMerException class.

Parameters:
messageException message
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 ( 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 ( String  message,
Exception  innerException 
)

Initializes a new instance of the TFORMerException class.

Parameters:
messageException message
innerExceptionInner exception
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

string Description [get]

Gets the error description.

Returns:
The error description
int ErrorCode [get]

Gets the error code.

Returns:
The error code
string Information [get]

Gets the additional error information.

Returns:
The additional error information
string Reference [get]

Gets the reference of the error.

Returns:
The error reference

© 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