次の方法で共有


EventEnumerationException コンストラクター (String)

指定したメッセージを使用して、EventEnumerationException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String 

Dim instance As New EventEnumerationException(message)
public EventEnumerationException(
    string message
)
public:
EventEnumerationException(
    String^ message
)
new : 
        message:string -> EventEnumerationException
public function EventEnumerationException(
    message : String
)

パラメーター

関連項目

参照

EventEnumerationException クラス

EventEnumerationException オーバーロード

Microsoft.SqlServer.XEvent.Linq 名前空間