言語

XPathException クラス

定義

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
継承
属性

コンストラクター

名前 説明
XPathException()

TODO

XPathException(SerializationInfo, StreamingContext)

TODO

XPathException(String, Exception)

TODO

XPathException(String)

TODO

プロパティ

名前 説明
ErrorCode

TODO

Message

TODO

適用対象