EventStreamVersionException Class

Definition

The exception that is thrown if the event stream is from an incompatible version.

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

Constructors

EventStreamVersionException()

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

EventStreamVersionException(SerializationInfo, StreamingContext)

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

EventStreamVersionException(String)

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

EventStreamVersionException(String, Exception)

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

Applies to