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
- message
Typ: System.String
The message exception.
- inner
Typ: System.Exception
The inner exception.
Siehe auch
Verweis
EventEnumerationException Klasse