Freigeben über


EventEnumerationException-Konstruktor (String, Exception)

Initializes a new instance of the EventEnumerationException class with specified message and inner exception.

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

Syntax

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

Dim instance As New EventEnumerationException(message, _
    inner)
public EventEnumerationException(
    string message,
    Exception inner
)
public:
EventEnumerationException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> EventEnumerationException
public function EventEnumerationException(
    message : String, 
    inner : Exception
)

Parameter

Siehe auch

Verweis

EventEnumerationException Klasse

EventEnumerationException-Überladung

Microsoft.SqlServer.XEvent.Linq-Namespace