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.
Initializes a new instance of the TFORMerException class.
- Parameters:
-
Initializes a new instance of the TFORMerException class.
- Parameters:
-
message | Exception message |
errorCode | Error code |
source | The source (TFORMer SDK function) in which the exception occurred |
Initializes a new instance of the TFORMerException class.
- Parameters:
-
message | Exception message |
innerException | Inner exception |
TFORMerException |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| [protected] |
Initializes a new instance of the TFORMerException class.
- Parameters:
-
info | Serialization info |
context | The 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:
-
info | System.Runtime.Serialization.SerializationInfo" holds the serialized object data about the exception being thrown. |
context | System.Runtime.Serialization.StreamingContext contains contextual information about the source or destination. |
- Exceptions:
-
ArgumentNullException | The 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
Gets/Sets the error code.
- Returns:
- The error code
Gets/Sets the additional error information.
- Returns:
- The additional error information