API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException Class Reference

Base class exception of this API More...

Inheritance diagram for Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException:
Kinova.API.Jaco.ValidationTools.Exceptions.CAccessDeniedException Kinova.API.Jaco.ValidationTools.Exceptions.CInvalidFunctionalityArgumentException Kinova.API.Jaco.ValidationTools.Exceptions.CJACOOfflineException Kinova.API.Jaco.ValidationTools.Exceptions.CTCPCommandErrorException Kinova.API.Jaco.ValidationTools.Exceptions.CXMLSerializationException

Public Member Functions

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

Detailed Description

Base class exception of this API

Constructor & Destructor Documentation

Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException.CAPIException ( )

Initializes a new instance of the CAPIException class.

Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException.CAPIException ( string  message)

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

Parameters
messageThe message.
Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException.CAPIException ( string  message,
Exception  ex 
)

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

Parameters
messageThe message.
exThe exception.

Member Function Documentation

string Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException.GetMessage ( )

Get the message.

Returns
The message

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