EventStreamVersionException クラス

定義

互換性のないバージョンからイベント ストリームを受け取る場合にスローされる例外です。

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

コンストラクター

EventStreamVersionException()

クラスの新しいインスタンスを EventStreamVersionException 既定値で初期化します。

EventStreamVersionException(SerializationInfo, StreamingContext)

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

EventStreamVersionException(String)

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

EventStreamVersionException(String, Exception)

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

適用対象