Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- message
Type: System.String
The message exception.
- inner
Type: System.Exception
The inner exception.
See Also
Reference
EventEnumerationException Class