XEventException 类

定义

为 QueryableXEvent 源引发的异常。

public ref class XEventException : Exception
[System.Serializable]
public class XEventException : Exception
[<System.Serializable>]
type XEventException = class
    inherit Exception
Public Class XEventException
Inherits Exception
继承
XEventException
派生
属性

构造函数

XEventException()

使用默认值初始化 类的新实例 XEventException

XEventException(SerializationInfo, StreamingContext)

使用指定的序列化和上下文信息初始化 XEventException 类的新实例。

XEventException(String)

用指定的错误消息初始化 XEventException 类的新实例。

XEventException(String, Exception)

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 XEventException 类的新实例。

适用于