XEventException Class

Definition

Base exception class for all XEvent exception classes

[System.Serializable]
public class XEventException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type XEventException = class
    inherit SqlServerManagementException
Public Class XEventException
Inherits SqlServerManagementException
Inheritance
Attributes

Constructors

Name Description
XEventException()

Base constructor

XEventException(SerializationInfo, StreamingContext)

Base constructor

XEventException(String, Exception)

Base constructor

XEventException(String)

Base constructor

Properties

Name Description
HelpLink

will output a link to the help web site

ProdVer

Product Version

Methods

Name Description
Init()

Initializes instance properties

SetHelpContext(String)

Sets Help Context

Applies to