|
Impact Acquire SDK .NET
|
A factory class to raise Impact Acquire related exceptions. More...
Static Public Member Functions | |
| static String | getLastErrorString () |
| Returns the last error string that did occur inside the framework within the current thread. | |
| static void | raiseException (int errorCode) |
| Raises an exception from an error code. | |
| static void | raiseException (int errorCode, int objectHandle) |
| Raises an exception from an error code, a component handle and a string with additional information. | |
| static void | raiseException (TDMR_ERROR errorCode) |
| Raises an exception from an error code. | |
| static void | raiseException (TDMR_ERROR errorCode, int objectHandle) |
| Raises an exception from an error code and a component handle. | |
| static void | raiseException (TPROPHANDLING_ERROR errorCode) |
| Raises an exception from an error code. | |
| static void | raiseException (TPROPHANDLING_ERROR errorCode, int objectHandle) |
| Raises an exception from an error code and a component handle. | |
A factory class to raise Impact Acquire related exceptions.
This class contains a collection of static member functions that are used inside the interface to raise the appropriate exception in case of an error
|
inlinestatic |
Returns the last error string that did occur inside the framework within the current thread.
|
inlinestatic |
Raises an exception from an error code.
| [in] | errorCode | The error code |
|
inlinestatic |
Raises an exception from an error code, a component handle and a string with additional information.
| [in] | errorCode | The error code |
| [in] | objectHandle | A handle to an object |
|
inlinestatic |
Raises an exception from an error code.
| [in] | errorCode | The error code |
|
inlinestatic |
Raises an exception from an error code and a component handle.
| [in] | errorCode | The error code |
| [in] | objectHandle | A handle to an object |
|
inlinestatic |
Raises an exception from an error code.
| [in] | errorCode | The error code |
|
inlinestatic |
Raises an exception from an error code and a component handle.
| [in] | errorCode | The error code |
| [in] | objectHandle | A handle to an object |