次の方法で共有


XEventException コンストラクター (SerializationInfo, StreamingContext)

指定したシリアル化とコンテキスト情報を使用して、XEventException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.XEvent.Linq
アセンブリ:  Microsoft.SqlServer.XEvent.Linq (Microsoft.SqlServer.XEvent.Linq.dll)

構文

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'使用
Dim info As SerializationInfo 
Dim context As StreamingContext 

Dim instance As New XEventException(info, context)
protected XEventException(
    SerializationInfo info,
    StreamingContext context
)
protected:
XEventException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> XEventException
protected function XEventException(
    info : SerializationInfo, 
    context : StreamingContext
)

パラメーター

関連項目

参照

XEventException クラス

XEventException オーバーロード

Microsoft.SqlServer.XEvent.Linq 名前空間