Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft