指定したメッセージと内部例外を使用して、EventEnumerationException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.XEvent.Linq
アセンブリ: Microsoft.SqlServer.XEvent.Linq (Microsoft.SqlServer.XEvent.Linq.dll)
構文
'宣言
Public Sub New ( _
message As String, _
inner As Exception _
)
'使用
Dim message As String
Dim inner As Exception
Dim instance As New EventEnumerationException(message, _
inner)
public EventEnumerationException(
string message,
Exception inner
)
public:
EventEnumerationException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> EventEnumerationException
public function EventEnumerationException(
message : String,
inner : Exception
)
パラメーター
- message
型: System.String
例外メッセージ。
- inner
型: System.Exception
内部例外。