System::Xml::XPath::Details_XPathException Class Reference

Provides the exception thrown when an error occurs while processing an XPath expression. More...

Inherits System::Details_SystemException.

Public Types

using Ptr = SharedPtr< XPathException >
 An alias for shared pointer to an instance of this class. More...
 

Public Member Functions

ASPOSECPP_SHARED_API String get_Message () const override
 

Detailed Description

Provides the exception thrown when an error occurs while processing an XPath expression.

Member Typedef Documentation

◆ Ptr

An alias for shared pointer to an instance of this class.

Member Function Documentation

◆ get_Message()

ASPOSECPP_SHARED_API String System::Xml::XPath::Details_XPathException::get_Message ( ) const
override

Returns the description of the error condition for this exception.

Returns
The string description of the error condition for this exception.