FailedOperationException 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 |
|---|---|
| FailedOperationException() |
ctor |
| FailedOperationException(String) |
ctor |
| FailedOperationException(String, Exception) |
ctor |
| FailedOperationException(String, String, String, Exception) |
ctor |
FailedOperationException()
ctor
public FailedOperationException();
Public Sub New ()
S’applique à
FailedOperationException(String)
ctor
public FailedOperationException(string message);
new Microsoft.SqlServer.Management.Dmf.FailedOperationException : string -> Microsoft.SqlServer.Management.Dmf.FailedOperationException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
FailedOperationException(String, Exception)
ctor
public FailedOperationException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FailedOperationException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FailedOperationException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception
S’applique à
FailedOperationException(String, String, String, Exception)
ctor
public FailedOperationException(string operation, string failedObjectName, string failedObjectType, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FailedOperationException : string * string * string * Exception -> Microsoft.SqlServer.Management.Dmf.FailedOperationException
Public Sub New (operation As String, failedObjectName As String, failedObjectType As String, innerException As Exception)
Paramètres
- operation
- String
- failedObjectName
- String
- failedObjectType
- String
- innerException
- Exception