DmfException 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 |
|---|---|
| DmfException() |
Basiskonstruktor |
| DmfException(String) |
Basiskonstruktor |
| DmfException(SerializationInfo, StreamingContext) |
Basiskonstruktor |
| DmfException(String, Exception) |
Basiskonstruktor |
DmfException()
Basiskonstruktor
public DmfException();
Public Sub New ()
Gilt für:
DmfException(String)
Basiskonstruktor
public DmfException(string message);
new Microsoft.SqlServer.Management.Dmf.DmfException : string -> Microsoft.SqlServer.Management.Dmf.DmfException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
DmfException(SerializationInfo, StreamingContext)
Basiskonstruktor
protected DmfException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Dmf.DmfException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Dmf.DmfException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
DmfException(String, Exception)
Basiskonstruktor
public DmfException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.DmfException : string * Exception -> Microsoft.SqlServer.Management.Dmf.DmfException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception