EventEnumerationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an error that may occur during enumeration from an IEventProvider<T>.
public ref class EventEnumerationException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventEnumerationException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventEnumerationException = class
inherit XEventException
Public Class EventEnumerationException
Inherits XEventException
- Inheritance
- Attributes
Constructors
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, Exception) |
Initializes a new instance of the EventEnumerationException class with specified message and inner exception. |
EventEnumerationException(String) |
Initializes a new instance of the EventEnumerationException class with specified message. |