FSUIPC Client DLL
.NET interface for FSUIPC
FSUIPCException Class Reference

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.
 

Detailed Description

A exception that gets thrown if an error occurs during an FSUIPC operation.

Constructor & Destructor Documentation

◆ FSUIPCException()

FSUIPCException ( FSUIPCError FSUIPCErrorCode,
string Message )
inline

Creates a new FSUIPCException.

Parameters
FSUIPCErrorCodeThe 'traditional' error codes returned by the C version of the FSUIPC Client SDK.
MessageThe text describing the error.