XEventException-Klasse
Base exception class for all XEventException classes.
Vererbungshierarchie
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
Der XEventException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | Gets a link to the help web site for an XEventException object. (Überschreibt Exception.HelpLink.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
ProdVer | Gets the product version of an XEventException object. | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Sicherheitskritisch (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
Init | Initializes the properties of an instance of the XEventException class. | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | Sets help context for an instance of the XEventException class. | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
SerializeObjectState | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.