System::Xml::Xsl::Details_XsltException Class Reference

The exception that is thrown when an error occurs while processing an XSLT transformation. More...

Inherits System::Details_SystemException.

Inherited by System::Xml::Xsl::Details_XsltCompileException.

Public Types

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

Public Member Functions

virtual ASPOSECPP_SHARED_API String get_SourceUri ()
 
virtual ASPOSECPP_SHARED_API int32_t get_LineNumber ()
 
virtual ASPOSECPP_SHARED_API int32_t get_LinePosition ()
 
ASPOSECPP_SHARED_API String get_Message () const override
 

Detailed Description

The exception that is thrown when an error occurs while processing an XSLT transformation.

Member Typedef Documentation

◆ Ptr

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

Member Function Documentation

◆ get_LineNumber()

virtual ASPOSECPP_SHARED_API int32_t System::Xml::Xsl::Details_XsltException::get_LineNumber ( )
virtual

Returns the line number indicating where the error occurred in the style sheet.

Returns
The line number indicating where the error occurred in the style sheet.

◆ get_LinePosition()

virtual ASPOSECPP_SHARED_API int32_t System::Xml::Xsl::Details_XsltException::get_LinePosition ( )
virtual

Returns the line position indicating where the error occurred in the style sheet.

Returns
The line position indicating where the error occurred in the style sheet.

◆ get_Message()

ASPOSECPP_SHARED_API String System::Xml::Xsl::Details_XsltException::get_Message ( ) const
override

Returns the formatted error message describing the current exception.

Returns
The formatted error message describing the current exception.

◆ get_SourceUri()

virtual ASPOSECPP_SHARED_API String System::Xml::Xsl::Details_XsltException::get_SourceUri ( )
virtual

Returns the location path of the style sheet.

Returns
The location path of the style sheet.