OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.XmlError Class Reference

Contains detailed information about what went wrong while loading or saving information to an XML file. More...

Inheritance diagram for OpenTap.XmlError:
OpenTap.XmlMessage

Public Member Functions

 XmlError (XElement xmlElement, string message, Exception exception=null)
 Creates an instance of XmlError. xmlElement may be null. message may be null if exception is set.
 
override string ToString ()
 Prints this error in a readable fashion.
 
- Public Member Functions inherited from OpenTap.XmlMessage
 XmlMessage (XElement xmlElement, string message)
 Creates an instance of XmlError. xmlElement may be null. message may be null if exception is set.
 
override string ToString ()
 Prints this message in a readable fashion.
 

Properties

virtual Exception Exception [get]
 The exception that occured - if any.
 
- Properties inherited from OpenTap.XmlMessage
virtual XElement Element [get]
 The XML element which caused the message. This may be null if no XML element could be associated with the message.
 
virtual string Message [get]
 The message.
 

Detailed Description

Contains detailed information about what went wrong while loading or saving information to an XML file.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42