Classe EventEnumerationException
Represents an error that may occur during enumeration from an IEventProvider<T>.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventEnumerationException
Spazio dei nomi Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class EventEnumerationException _
Inherits XEventException
'Utilizzo
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
Nel tipo EventEnumerationException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.