EventStreamException Class

Definition

The exception that is thrown when an error is encountered in a streaming source.

public ref class EventStreamException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventStreamException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventStreamException = class
    inherit XEventException
Public Class EventStreamException
Inherits XEventException
Inheritance
EventStreamException
Attributes

Constructors

EventStreamException()

Initializes a new instance of the EventStreamException class with the default values.

EventStreamException(SerializationInfo, StreamingContext)

Initializes a new instance of the EventStreamException class with the specified serialization and context information.

EventStreamException(String)

Initializes a new instance of the EventStreamException class with a specified error message.

EventStreamException(String, Exception)

Initializes a new instance of the EventStreamException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to