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