XPathException.ErrorCode Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorCode As XPathExceptionCode
Get
'Usage
Dim instance As XPathException
Dim value As XPathExceptionCode
value = instance.ErrorCode
public XPathExceptionCode ErrorCode { get; }
public:
property XPathExceptionCode ErrorCode {
XPathExceptionCode get ();
}
member ErrorCode : XPathExceptionCode
function get ErrorCode () : XPathExceptionCode
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExceptionCode
The error code.