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

An exception that occurs when the data set or received during a command transmission is corrupted. More...

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

Public Member Functions

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

Detailed Description

An exception that occurs when the data set or received during a command transmission is corrupted.

Constructor & Destructor Documentation

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

Initializes a new instance of the CKinovaCommDataCorruptException class.

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

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

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

Initializes a new instance of the CKinovaCommDataCorruptException 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: