Octane SDK
2.0 Beta
|
Exception class for uniquely identifying Impinj Octane SDK exceptions. More...
Public Member Functions | |
OctaneSdkException () | |
Creates an OctaneSdkException object with no message. More... | |
OctaneSdkException (string message) | |
Creates an OctandSdkException object with a message. More... | |
Exception class for uniquely identifying Impinj Octane SDK exceptions.
Impinj.OctaneSdk.OctaneSdkException.OctaneSdkException | ( | ) |
Creates an OctaneSdkException object with no message.
Impinj.OctaneSdk.OctaneSdkException.OctaneSdkException | ( | string | message) |
Creates an OctandSdkException object with a message.
message | The message to include with the exception. |