EventEnumerationException Class
Represents an error that may occur during enumeration from an IEventProvider<T>.
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
System::Exception
Microsoft.SqlServer.XEvent.Linq::XEventException
Microsoft.SqlServer.XEvent.Linq::EventEnumerationException
| Name | Description | |
|---|---|---|
![]() | EventEnumerationException() | Initializes a new instance of the EventEnumerationException using default values. |
![]() | EventEnumerationException(SerializationInfo^, StreamingContext) | Initializes a new instance of the EventEnumerationException class with specified information and context. |
![]() | EventEnumerationException(String^) | Initializes a new instance of the EventEnumerationException class with specified message. |
![]() | EventEnumerationException(String^, Exception^) | Initializes a new instance of the EventEnumerationException class with specified message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



