Clase XEventException
Base exception class for all XEventException classes.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.XEvent.XEventException
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class XEventException _
Inherits SqlServerManagementException
'Uso
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
El tipo XEventException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | Gets a link to the help web site for an XEventException object. (Invalida Exception.HelpLink.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
ProdVer | Gets the product version of an XEventException object. | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
Init | Initializes the properties of an instance of the XEventException class. | |
MemberwiseClone | (Se hereda de Object.) | |
SetHelpContext | Sets help context for an instance of the XEventException class. | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
SerializeObjectState | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.