XEventException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 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 类的新实例。 |