次の方法で共有


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

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

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

パラメーター

関連項目

参照

EventLocationException クラス

EventLocationException オーバーロード

Microsoft.SqlServer.XEvent.Linq 名前空間