XEventException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
所有 XEvent 异常类的基异常类
[System.Serializable]
public class XEventException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type XEventException = class
inherit SqlServerManagementException
Public Class XEventException
Inherits SqlServerManagementException
- 继承
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| XEventException() |
基本构造函数 |
| XEventException(SerializationInfo, StreamingContext) |
基本构造函数 |
| XEventException(String, Exception) |
基本构造函数 |
| XEventException(String) |
基本构造函数 |
属性
| 名称 | 说明 |
|---|---|
| HelpLink |
将输出指向帮助网站的链接 |
| ProdVer |
产品版本 |
方法
| 名称 | 说明 |
|---|---|
| Init() |
初始化实例属性 |
| SetHelpContext(String) |
设置帮助上下文 |