Compartir a través de


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
Método público XEventException() Initializes a new instance of the XEventException class.
Método público XEventException(String) Initializes a new instance of the XEventException class with a specified message that describes the error.
Método protegido XEventException(SerializationInfo, StreamingContext) Initializes a new instance of the XEventException class with serialized data.
Método público 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
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink Gets a link to the help web site for an XEventException object. (Invalida Exception.HelpLink.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad protegidaMiembro estático ProdVer Gets the product version of an XEventException object.
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido Init Initializes the properties of an instance of the XEventException class.
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetHelpContext Sets help context for an instance of the XEventException class.
Método público ToString (Se hereda de Exception.)

Arriba

Eventos

  Nombre Descripción
Evento protegido 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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.XEvent