Classe EventStreamVersionException
The exception that is thrown if the event stream is from an incompatible version.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventStreamVersionException
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class EventStreamVersionException _
Inherits XEventException
'Utilisation
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
Le type EventStreamVersionException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Data | (hérité de Exception.) |
![]() |
HelpLink | (hérité de Exception.) |
![]() |
HResult | (hérité de Exception.) |
![]() |
InnerException | (hérité de Exception.) |
![]() |
Message | (hérité de Exception.) |
![]() |
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.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
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.