Classe EventStreamException
The exception that is thrown when an error is encountered in a streaming source.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventStreamException
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class EventStreamException _
Inherits XEventException
'Uso
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
O tipo EventStreamException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
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.