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 EventFileInvalidException class with specified error 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 EventFileInvalidException(message)
public EventFileInvalidException(
string message
)
public:
EventFileInvalidException(
String^ message
)
new :
message:string -> EventFileInvalidException
public function EventFileInvalidException(
message : String
)
Parameters
- message
Type: System.String
The exception message.
See Also
Reference
EventFileInvalidException Class