次の方法で共有


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

内部例外。

適用対象