Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base exception class for all XEventException classes.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.XEvent.XEventException
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class XEventException _
Inherits SqlServerManagementException
'Usage
Dim instance As XEventException
[SerializableAttribute]
public class XEventException : SqlServerManagementException
[SerializableAttribute]
public ref class XEventException : public SqlServerManagementException
[<SerializableAttribute>]
type XEventException =
class
inherit SqlServerManagementException
end
public class XEventException extends SqlServerManagementException
The XEventException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
XEventException() | Initializes a new instance of the XEventException class. |
![]() |
XEventException(String) | Initializes a new instance of the XEventException class with a specified message that describes the error. |
![]() |
XEventException(SerializationInfo, StreamingContext) | Initializes a new instance of the XEventException class with serialized data. |
![]() |
XEventException(String, Exception) | Initializes a new instance of the XEventException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | Gets a link to the help web site for an XEventException object. (Overrides Exception.HelpLink.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() ![]() |
ProdVer | Gets the product version of an XEventException object. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Security Critical. (Inherited from Exception.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
Init | Initializes the properties of an instance of the XEventException class. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetHelpContext | Sets help context for an instance of the XEventException class. |
![]() |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.