EventLocationException コンストラクター

定義

EventLocationException クラスの新しいインスタンスを初期化します。

オーバーロード

EventLocationException()

既定値を使用して EventLocationException クラスの新しいインスタンスを初期化します。

EventLocationException(String)

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

EventLocationException(SerializationInfo, StreamingContext)

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

EventLocationException(String, Exception)

指定したエラー メッセージと、例外の EventLocationException 原因である内部例外への参照を使用して、 クラスの新しいインスタンスを初期化します。

EventLocationException()

既定値を使用して EventLocationException クラスの新しいインスタンスを初期化します。

public:
 EventLocationException();
public EventLocationException ();
Public Sub New ()

適用対象

EventLocationException(String)

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

public:
 EventLocationException(System::String ^ message);
public EventLocationException (string message);
new Microsoft.SqlServer.XEvent.Linq.EventLocationException : string -> Microsoft.SqlServer.XEvent.Linq.EventLocationException
Public Sub New (message As String)

パラメーター

message
String

エラー メッセージ。

適用対象

EventLocationException(SerializationInfo, StreamingContext)

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

protected:
 EventLocationException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected EventLocationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.XEvent.Linq.EventLocationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.XEvent.Linq.EventLocationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

指定したシリアル化。

context
StreamingContext

コンテキスト情報。

適用対象

EventLocationException(String, Exception)

指定したエラー メッセージと、例外の EventLocationException 原因である内部例外への参照を使用して、 クラスの新しいインスタンスを初期化します。

public:
 EventLocationException(System::String ^ message, Exception ^ inner);
public EventLocationException (string message, Exception inner);
new Microsoft.SqlServer.XEvent.Linq.EventLocationException : string * Exception -> Microsoft.SqlServer.XEvent.Linq.EventLocationException
Public Sub New (message As String, inner As Exception)

パラメーター

message
String

エラー メッセージ。

inner
Exception

内部例外の参照。

適用対象