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

适用于