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)

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

EventStreamException(String, Exception)

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

適用対象