言語

EventStreamException クラス

定義

ストリーミングソースでエラーが発生した場合にスローされる例外です。

public ref class EventStreamException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventStreamException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventStreamException = class
    inherit XEventException
Public Class EventStreamException
Inherits XEventException
継承
EventStreamException
属性

コンストラクター

名前 説明
EventStreamException()

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

EventStreamException(SerializationInfo, StreamingContext)

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

EventStreamException(String, Exception)

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

EventStreamException(String)

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

適用対象