言語

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, Exception)

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

EventStreamVersionException(String)

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

適用対象