Classe EventStreamVersionException
The exception that is thrown if the event stream is from an incompatible version.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventStreamVersionException
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
<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
O tipo EventStreamVersionException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EventStreamVersionException() | Initializes a new instance of the EventStreamVersionException class with the default values. | |
EventStreamVersionException(String) | Initializes a new instance of the EventStreamVersionException class with a specified error message. | |
EventStreamVersionException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventStreamVersionException class with the specified serialization and context information. | |
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.