Classe EventStreamException
The exception that is thrown when an error is encountered in a streaming source.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventStreamException
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class EventStreamException _
Inherits XEventException
'Utilisation
Dim instance As EventStreamException
[SerializableAttribute]
public class EventStreamException : XEventException
[SerializableAttribute]
public ref class EventStreamException : public XEventException
[<SerializableAttribute>]
type EventStreamException =
class
inherit XEventException
end
public class EventStreamException extends XEventException
Le type EventStreamException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EventStreamException() | Initializes a new instance of the EventStreamException class with the default values. | |
EventStreamException(String) | Initializes a new instance of the EventStreamException class with a specified error message. | |
EventStreamException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventStreamException class with the specified serialization and context information. | |
EventStreamException(String, Exception) | Initializes a new instance of the EventStreamException 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.