TFORMer SDK - NET  7.0
Public Member Functions | Protected 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 message, int errorCode, string source)
 
Initializes a new instance of the TFORMerException class.

 TFORMerException (String message, Exception innerException)
 
Initializes a new instance of the TFORMerException class.

override void GetObjectData (SerializationInfo info, StreamingContext context)
 
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Protected Member Functions

 TFORMerException (SerializationInfo info, StreamingContext context)
 
Initializes a new instance of the TFORMerException class.

Properties

int ErrorCode [get, set]
 
 Gets/Sets the error code.

string Information [get, set]
 
 Gets/Sets the  additional error information.


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  message,
int  errorCode,
string  source 
)

Initializes a new instance of the TFORMerException class.

Parameters:
messageException message
errorCodeError code
sourceThe source (TFORMer SDK function) in which the exception occurred
TFORMerException ( String  message,
Exception  innerException 
)

Initializes a new instance of the TFORMerException class.

Parameters:
messageException message
innerExceptionInner exception
TFORMerException ( SerializationInfo  info,
StreamingContext  context 
) [protected]

Initializes a new instance of the TFORMerException class.

Parameters:
infoSerialization info
contextThe context

Member Function Documentation

override void GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Parameters:
infoSystem.Runtime.Serialization.SerializationInfo" holds the serialized object data about the exception being thrown.
contextSystem.Runtime.Serialization.StreamingContext contains contextual information about the source or destination.
Exceptions:
ArgumentNullExceptionThe info parameter is a null reference (Nothing in Visual Basic).
    <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*"/><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="SerializationFormatter"/></PermissionSet>

Property Documentation

int ErrorCode [get, set]

 Gets/Sets the error code.

Returns:
The error code
string Information [get, set]

 Gets/Sets the  additional error information.

Returns:
The additional error information

© 2006-2012 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Oct 23 2012 16:33:21 for TFORMer SDK - NET with doxygen 1.8.0