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

Exception that indicates a problem with the XML serialization/deserialization. If you are deserializing, check if the file exist and if it is not corrupted. If you are serializing an object that implement some interface, make sure that they can be serialized. More...

Inheritance diagram for Kinova.API.Jaco.ValidationTools.Exceptions.CXMLSerializationException:
Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException

Public Member Functions

 CXMLSerializationException ()
 Initializes a new instance of the CXMLSerializationException class. More...
 
 CXMLSerializationException (string message)
 Initializes a new instance of the CXMLSerializationException class with an error message. More...
 
 CXMLSerializationException (string message, Exception ex)
 Initializes a new instance of the CXMLSerializationException class with an error message and another related exception. More...
 
- Public Member Functions inherited from Kinova.API.Jaco.ValidationTools.Exceptions.CAPIException
 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

Exception that indicates a problem with the XML serialization/deserialization. If you are deserializing, check if the file exist and if it is not corrupted. If you are serializing an object that implement some interface, make sure that they can be serialized.

Constructor & Destructor Documentation

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

Initializes a new instance of the CXMLSerializationException class.

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

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

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

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