EventStreamException Constructor (String)

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

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New EventStreamException(message)
public EventStreamException(
    string message
)
public:
EventStreamException(
    String^ message
)
new : 
        message:string -> EventStreamException
public function EventStreamException(
    message : String
)

Parameters

See Also

Reference

EventStreamException Class

EventStreamException Overload

Microsoft.SqlServer.XEvent.Linq Namespace