XdmException.SourceUri PropertyXdmException.SourceUri PropertyXdmException::SourceUri Property

Gets the source file indicating where the error occurred.

Syntax

Public ReadOnly Property SourceUri As String
        Get
public string SourceUri { get; }
public:
property String^ SourceUri {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The source file in which the error occurred, or EmptyEmptyEmpty if the source file is not known.