Public Member Functions | Properties

FSUIPCException Class Reference

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

List of all members.

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 ( FSUIPCError  FSUIPCErrorCode,
string  Message 
)

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

FSUIPCError FSUIPCErrorCode [get]

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