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 类的新实例。

适用于