XEventException Constructor (String)

Initializes a new instance of the XEventException 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 XEventException(message)
public XEventException(
    string message
)
public:
XEventException(
    String^ message
)
new : 
        message:string -> XEventException
public function XEventException(
    message : String
)

Parameters

See Also

Reference

XEventException Class

XEventException Overload

Microsoft.SqlServer.XEvent.Linq Namespace