Freigeben über


EventEnumerationException-Konstruktor (String)

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

Parameter

Siehe auch

Verweis

EventEnumerationException Klasse

EventEnumerationException-Überladung

Microsoft.SqlServer.XEvent.Linq-Namespace