Octane SDK  2.0 Beta
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
Impinj.OctaneSdk.OctaneSdkException Class Reference

Exception class for uniquely identifying Impinj Octane SDK exceptions. More...

Inheritance diagram for Impinj.OctaneSdk.OctaneSdkException:

Public Member Functions

 OctaneSdkException ()
 Creates an OctaneSdkException object with no message. More...
 
 OctaneSdkException (string message)
 Creates an OctandSdkException object with a message. More...
 

Detailed Description

Exception class for uniquely identifying Impinj Octane SDK exceptions.

Constructor & Destructor Documentation

Impinj.OctaneSdk.OctaneSdkException.OctaneSdkException ( )

Creates an OctaneSdkException object with no message.

Impinj.OctaneSdk.OctaneSdkException.OctaneSdkException ( string  message)

Creates an OctandSdkException object with a message.

Parameters
messageThe message to include with the exception.