EventEnumerationException Class

Definition

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
EventEnumerationException
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)

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.

Applies to