5#include <system/exceptions.h>
6#include <system/array.h>
18class CompiledXpathExpr;
19class DescendantBaseQuery;
48class Details_XPathException;
57 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
58 ASPOSECPP_SHARED_RTTI_INFO_DECL();
68 friend class Internal::Xml::XPath::Query;
69 friend class Internal::Xml::XPath::ValueQuery;
70 friend class Internal::Xml::XPath::CompiledXpathExpr;
71 friend class Internal::Xml::XPath::CompiledXpathExpr;
72 friend class Internal::Xml::XPath::DescendantBaseQuery;
73 friend class Internal::Xml::XPath::ExtensionQuery;
74 friend class Internal::Xml::XPath::FunctionQuery;
75 friend class Internal::Xml::XPath::QueryBuilder;
76 friend class Internal::Xml::XPath::SortQuery;
77 friend class Internal::Xml::XPath::VariableQuery;
78 friend class Internal::Xml::XPath::XPathParser;
79 friend class Internal::Xml::XPath::XPathScanner;
80 friend class System::ExceptionWrapperHelper;
122 #ifdef ASPOSE_GET_SHARED_MEMBERS
123 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
A base class for classes that represent system (rather than application) exceptions....
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Provides the exception thrown when an error occurs while processing an XPath expression.
Definition: xpath_exception.h:53
Details_XPathException(const String &message, Exception innerException)
Initializes a new instance of the XPathException class using the specified exception message and Exce...
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(Details_XPathException, CODEPORTING_ARGS(String message))
String get_Message() const override
Returns the description of the error condition for this exception.
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(Details_XPathException, CODEPORTING_ARGS(String message, Exception innerException))
Details_XPathException()
Initializes a new instance of the XPathException class.
void DoThrow(const System::ExceptionPtr &self) const override
Throws exception instance wrapped by exception wrapper.
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(Details_XPathException, CODEPORTING_ARGS())
Details_XPathException(const String &message)
Initializes a new instance of the XPathException class with the specified exception message.
Provides a cursor model for navigating and editing XML data.
Definition: xpath_navigator.h:89
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9