XmlSchemaException::SourceSchemaObject Property

 

The XmlSchemaObject that produced the XmlSchemaException.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaObject^ SourceSchemaObject {
	XmlSchemaObject^ get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaObject^

A valid object instance represents a structural validation error in the XML Schema Object Model (SOM).

This can be queried for the LineNumber, LinePosition, and SourceUri of the XML Schema definition language (XSD) schema file. A return value of nil indicates a syntactic parsing validation error in the SOM.

.NET Framework
Available since 1.1
Return to top
Show: