EventStreamVersionException 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.
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
- 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, 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. |
EventStreamVersionException(String) |
Initializes a new instance of the EventStreamVersionException class with a specified error message. |