Classe EventEnumerationException
Represents an error that may occur during enumeration from an IEventProvider<T>.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventEnumerationException
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class EventEnumerationException _
Inherits XEventException
'Uso
Dim instance As EventEnumerationException
[SerializableAttribute]
public class EventEnumerationException : XEventException
[SerializableAttribute]
public ref class EventEnumerationException : public XEventException
[<SerializableAttribute>]
type EventEnumerationException =
class
inherit XEventException
end
public class EventEnumerationException extends XEventException
O tipo EventEnumerationException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EventEnumerationException() | Initializes a new instance of the EventEnumerationException using default values. | |
EventEnumerationException(String) | Initializes a new instance of the EventEnumerationException class with specified message. | |
EventEnumerationException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventEnumerationException class with specified information and context. | |
EventEnumerationException(String, Exception) | Initializes a new instance of the EventEnumerationException class with specified message and inner 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.