System::Xml::Schema::Details_XmlSchemaInferenceException Class Reference

Returns information about errors encountered by the XmlSchemaInference class while inferring a schema from an XML document. More...

Inherits System::Xml::Schema::Details_XmlSchemaException.

Public Types

using Ptr = SharedPtr< XmlSchemaInferenceException >
 An alias for shared pointer to an instance of this class. More...
 
- Public Types inherited from System::Xml::Schema::Details_XmlSchemaException
using Ptr = SharedPtr< XmlSchemaException >
 An alias for shared pointer to an instance of this class. More...
 

Additional Inherited Members

- Public Member Functions inherited from System::Xml::Schema::Details_XmlSchemaException
ASPOSECPP_SHARED_API String get_SourceUri ()
 
ASPOSECPP_SHARED_API int32_t get_LineNumber ()
 
ASPOSECPP_SHARED_API int32_t get_LinePosition ()
 
ASPOSECPP_SHARED_API SharedPtr< XmlSchemaObjectget_SourceSchemaObject ()
 
ASPOSECPP_SHARED_API String get_Message () const override
 

Detailed Description

Returns information about errors encountered by the XmlSchemaInference class while inferring a schema from an XML document.

Member Typedef Documentation

◆ Ptr

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