次の方法で共有


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

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

名前空間:  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 EventStreamException(message)
public EventStreamException(
    string message
)
public:
EventStreamException(
    String^ message
)
new : 
        message:string -> EventStreamException
public function EventStreamException(
    message : String
)

パラメーター

関連項目

参照

EventStreamException クラス

EventStreamException オーバーロード

Microsoft.SqlServer.XEvent.Linq 名前空間