DmfException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| DmfException() |
Constructeur de base |
| DmfException(String) |
Constructeur de base |
| DmfException(SerializationInfo, StreamingContext) |
Constructeur de base |
| DmfException(String, Exception) |
Constructeur de base |
DmfException()
Constructeur de base
public DmfException();
Public Sub New ()
S’applique à
DmfException(String)
Constructeur de base
public DmfException(string message);
new Microsoft.SqlServer.Management.Dmf.DmfException : string -> Microsoft.SqlServer.Management.Dmf.DmfException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
DmfException(SerializationInfo, StreamingContext)
Constructeur de base
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)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
DmfException(String, Exception)
Constructeur de base
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)
Paramètres
- message
- String
- innerException
- Exception