EventFileIOException Constructor (String)

Initializes a new instance of the EventFileIOException class with specified exception 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 EventFileIOException(message)
public EventFileIOException(
    string message
)
public:
EventFileIOException(
    String^ message
)
new : 
        message:string -> EventFileIOException
public function EventFileIOException(
    message : String
)

Parameters

See Also

Reference

EventFileIOException Class

EventFileIOException Overload

Microsoft.SqlServer.XEvent.Linq Namespace