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

XPathException()

TODO

XPathException(SerializationInfo, StreamingContext)

TODO

XPathException(String)

TODO

XPathException(String, Exception)

TODO

Properties

ErrorCode

TODO

Message

TODO

Applies to