Returns detailed information about the last exception. More...
Inherits System::Details_SystemException.
Public Types | |
using | Ptr = SharedPtr< XmlException > |
An alias for shared pointer to an instance of this class. More... | |
Public Member Functions | |
ASPOSECPP_SHARED_API int32_t | get_LineNumber () |
ASPOSECPP_SHARED_API int32_t | get_LinePosition () |
ASPOSECPP_SHARED_API String | get_SourceUri () |
ASPOSECPP_SHARED_API String | get_Message () const override |
Returns detailed information about the last exception.
An alias for shared pointer to an instance of this class.
ASPOSECPP_SHARED_API int32_t System::Xml::Details_XmlException::get_LineNumber | ( | ) |
Returns the line number indicating where the error occurred. Line numbers start at 1.
ASPOSECPP_SHARED_API int32_t System::Xml::Details_XmlException::get_LinePosition | ( | ) |
Returns the line position indicating where the error occurred. Line position starts at 1.
|
override |
Returns a message describing the current exception.
ASPOSECPP_SHARED_API String System::Xml::Details_XmlException::get_SourceUri | ( | ) |
Returns the location of the XML file.
nullptr
.