言語

EventStreamException コンストラクター

定義

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

オーバーロード

名前 説明
EventStreamException()

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

EventStreamException(String)

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

EventStreamException(SerializationInfo, StreamingContext)

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

EventStreamException(String, Exception)

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

EventStreamException()

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

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

適用対象

EventStreamException(String)

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

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

パラメーター

message
String

エラー メッセージ。

適用対象

EventStreamException(SerializationInfo, StreamingContext)

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

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

パラメーター

info
SerializationInfo

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

context
StreamingContext

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

適用対象

EventStreamException(String, Exception)

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

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

パラメーター

message
String

エラー メッセージ。

inner
Exception

内部例外。

適用対象