XPathException Class

Definition

exception denoting a syntax error in the xpath

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class XPathException : Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type XPathException = class
    inherit EnumeratorException
Public Class XPathException
Inherits EnumeratorException
Inheritance
Attributes

Constructors

Name Description
XPathException()

TODO

XPathException(SerializationInfo, StreamingContext)

TODO

XPathException(String, Exception)

TODO

XPathException(String)

TODO

Properties

Name Description
ErrorCode

TODO

Message

TODO

Applies to