Classe XEventException
Base exception class for all XEventException classes.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.XEvent.XEventException
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class XEventException _
Inherits SqlServerManagementException
'Utilisation
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
Le type XEventException expose les membres suivants.
Constructeurs
Nom | 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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | Gets a link to the help web site for an XEventException object. (remplace Exception.HelpLink.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
ProdVer | Gets the product version of an XEventException object. | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Informations critiques de sécurité. (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
Init | Initializes the properties of an instance of the XEventException class. | |
MemberwiseClone | (hérité de Object.) | |
SetHelpContext | Sets help context for an instance of the XEventException class. | |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
SerializeObjectState | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.