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
屬性

建構函式

名稱 Description
EventStreamVersionException()

初始化一個新的類別實例 EventStreamVersionException ,使用預設值。

EventStreamVersionException(SerializationInfo, StreamingContext)

使用指定的串行化和內容資訊,初始化 EventStreamVersionException 類別的新實例。

EventStreamVersionException(String, Exception)

初始化類別的新實例 EventStreamVersionException ,並附上指定的錯誤訊息及導致該異常的內部例外的參考。

EventStreamVersionException(String)

使用指定的錯誤訊息,初始化 EventStreamVersionException 類別的新實例。

適用於