SAXParseException.SystemId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the system identifier of the entity where the exception occurred.
public virtual string? SystemId { [Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler")] get; }
[<get: Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler")>]
member this.SystemId : string
Property Value
A string containing the system identifier, or null if none is available.
- Attributes
Remarks
Get the system identifier of the entity where the exception occurred.
If the system identifier is a URL, it will have been resolved fully.
Java documentation for org.xml.sax.SAXParseException.getSystemId()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.