System::Xml::Xsl::Details_XsltCompileException Class Reference

The exception that is thrown by the Load method when an error is found in the XSLT style sheet. More...

Inherits System::Xml::Xsl::Details_XsltException.

Public Types

using Ptr = SharedPtr< XsltCompileException >
 An alias for shared pointer to an instance of this class. More...
 
- Public Types inherited from System::Xml::Xsl::Details_XsltException
using Ptr = SharedPtr< XsltException >
 An alias for shared pointer to an instance of this class. More...
 

Additional Inherited Members

- Public Member Functions inherited from System::Xml::Xsl::Details_XsltException
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 by the Load method when an error is found in the XSLT style sheet.

Member Typedef Documentation

◆ Ptr

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