Compartir a través de


Clase EventStreamVersionException

The exception that is thrown if the event stream is from an incompatible version.

Jerarquía de herencia

System.Object
  System.Exception
    Microsoft.SqlServer.XEvent.Linq.XEventException
      Microsoft.SqlServer.XEvent.Linq.EventStreamVersionException

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class EventStreamVersionException _
    Inherits XEventException
'Uso
Dim instance As EventStreamVersionException
[SerializableAttribute]
public class EventStreamVersionException : XEventException
[SerializableAttribute]
public ref class EventStreamVersionException : public XEventException
[<SerializableAttribute>]
type EventStreamVersionException =  
    class 
        inherit XEventException 
    end
public class EventStreamVersionException extends XEventException

El tipo EventStreamVersionException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EventStreamVersionException() Initializes a new instance of the EventStreamVersionException class with the default values.
Método público EventStreamVersionException(String) Initializes a new instance of the EventStreamVersionException class with a specified error message.
Método protegido EventStreamVersionException(SerializationInfo, StreamingContext) Initializes a new instance of the EventStreamVersionException class with the specified serialization and context information.
Método público EventStreamVersionException(String, Exception) Initializes a new instance of the EventStreamVersionException 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 (Se hereda de Exception.)
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 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 MemberwiseClone (Se hereda de Object.)
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.XEvent.Linq