API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.API.Jaco.IO.Comm.Exceptions.CUnsupportedErrorCodeException Class Reference

An exception that occurs when we receive an unknown error code. More...

Inheritance diagram for Kinova.API.Jaco.IO.Comm.Exceptions.CUnsupportedErrorCodeException:

Public Member Functions

 CUnsupportedErrorCodeException ()
 Initializes a new instance of the CUnsupportedErrorCodeException class. More...
 
 CUnsupportedErrorCodeException (string message)
 Initializes a new instance of the CUnsupportedErrorCodeException class with an error message. More...
 
 CUnsupportedErrorCodeException (string message, Exception ex)
 Initializes a new instance of the CUnsupportedErrorCodeException class with an error message and another related exception. More...
 

Detailed Description

An exception that occurs when we receive an unknown error code.

Constructor & Destructor Documentation

Kinova.API.Jaco.IO.Comm.Exceptions.CUnsupportedErrorCodeException.CUnsupportedErrorCodeException ( )

Initializes a new instance of the CUnsupportedErrorCodeException class.

Kinova.API.Jaco.IO.Comm.Exceptions.CUnsupportedErrorCodeException.CUnsupportedErrorCodeException ( string  message)

Initializes a new instance of the CUnsupportedErrorCodeException class with an error message.

Parameters
messageThe message.
Kinova.API.Jaco.IO.Comm.Exceptions.CUnsupportedErrorCodeException.CUnsupportedErrorCodeException ( string  message,
Exception  ex 
)

Initializes a new instance of the CUnsupportedErrorCodeException class with an error message and another related exception.

Parameters
messageThe message.
exThe exception.

The documentation for this class was generated from the following file: