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::SourceUri Property

 

Gets the Uniform Resource Identifier (URI) location of the schema that caused the exception.

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

public:
property String^ SourceUri {
	String^ get();
}

Property Value

Type: System::String^

The URI location of the schema that caused the exception.

System_CAPS_security Security Note

The SourceUri property returns the URI path to the schema file that caused the exception. The SourceUri property should not be exposed in untrusted scenarios.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft