XEventException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| XEventException() |
Basiskonstruktor |
| XEventException(String) |
Basiskonstruktor |
| XEventException(SerializationInfo, StreamingContext) |
Basiskonstruktor |
| XEventException(String, Exception) |
Basiskonstruktor |
XEventException()
Basiskonstruktor
public XEventException();
Public Sub New ()
Gilt für:
XEventException(String)
Basiskonstruktor
public XEventException(string message);
new Microsoft.SqlServer.Management.XEvent.XEventException : string -> Microsoft.SqlServer.Management.XEvent.XEventException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
XEventException(SerializationInfo, StreamingContext)
Basiskonstruktor
protected XEventException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.XEvent.XEventException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.XEvent.XEventException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
XEventException(String, Exception)
Basiskonstruktor
public XEventException(string message, Exception innerException);
new Microsoft.SqlServer.Management.XEvent.XEventException : string * Exception -> Microsoft.SqlServer.Management.XEvent.XEventException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception