言語

XEventException コンストラクター

定義

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

オーバーロード

名前 説明
XEventException()

デフォルト値で XEventException クラスの新しいインスタンスを初期化します。

XEventException(String)

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

XEventException(SerializationInfo, StreamingContext)

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

XEventException(String, Exception)

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

XEventException()

デフォルト値で XEventException クラスの新しいインスタンスを初期化します。

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

適用対象

XEventException(String)

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

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

パラメーター

message
String

エラー メッセージ。

適用対象

XEventException(SerializationInfo, StreamingContext)

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

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

パラメーター

info
SerializationInfo

シリアル化されたオブジェクト データ。

context
StreamingContext

ソースまたは変換先に関するコンテキスト情報。

適用対象

XEventException(String, Exception)

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

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

パラメーター

message
String

エラー メッセージ。

inner
Exception

内部例外。

適用対象