FSUIPC Client DLL
.NET interface for FSUIPC
FSUIPCException Class Reference

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

Inherits Exception.

Public Member Functions

 FSUIPCException (FSUIPCError FSUIPCErrorCode, string Message)
 Creates a new FSUIPCException More...
 

Properties

FSUIPCError FSUIPCErrorCode [get]
 The 'traditional' error codes returned by the C version of the FSUIPC Client SDK. More...
 

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.

Property Documentation

◆ FSUIPCErrorCode

FSUIPCError FSUIPCErrorCode
get

The 'traditional' error codes returned by the C version of the FSUIPC Client SDK.