Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the XEventException class with a specified message that describes the error.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New XEventException(message)
public XEventException(
string message
)
public:
XEventException(
String^ message
)
new :
message:string -> XEventException
public function XEventException(
message : String
)
Parameter
- message
Typ: System.String
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
Hinweise
The following table shows the initial property values for an instance of XEventException.
Property |
Value |
|---|---|
nullein NULL-Verweis (Nothing in Visual Basic). |
|
The error message string specified in message. |
Siehe auch
Verweis
Microsoft.SqlServer.Management.XEvent-Namespace