FSUIPC Client DLL
.NET interface for FSUIPC
|
A exception that gets thrown if an error occurs during an FSUIPC operation. More...
Public Member Functions | |
FSUIPCException (FSUIPCError FSUIPCErrorCode, string Message) | |
Creates a new FSUIPCException. | |
Properties | |
FSUIPCError | FSUIPCErrorCode [get] |
The 'traditional' error codes returned by the C version of the FSUIPC Client SDK. | |
A exception that gets thrown if an error occurs during an FSUIPC operation.
|
inline |
Creates a new FSUIPCException.
FSUIPCErrorCode | The 'traditional' error codes returned by the C version of the FSUIPC Client SDK. |
Message | The text describing the error. |