Share via


ErrorCode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the code that represents the error.

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

Syntax

'Declaration
Public ReadOnly Property ErrorCode As XmlException.XmlExceptionErrorCode
public XmlException.XmlExceptionErrorCode ErrorCode { get; }
public:
property XmlException::XmlExceptionErrorCode ErrorCode {
    XmlException::XmlExceptionErrorCode get ();
}
member ErrorCode : XmlException.XmlExceptionErrorCode with get
function get ErrorCode () : XmlException..::..XmlExceptionErrorCode

Property Value

Type: System.Xml. . :: . .XmlException. . :: . .XmlExceptionErrorCode
The code that represents the error.

.NET Framework Security

See Also

Reference

XmlException Class

System.Xml Namespace