FailedOperationException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| FailedOperationException() |
ctor |
| FailedOperationException(String) |
ctor |
| FailedOperationException(String, Exception) |
ctor |
| FailedOperationException(String, String, String, Exception) |
ctor |
FailedOperationException()
ctor
public FailedOperationException();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- message
- String
Aplica-se a
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)
Parâmetros
- message
- String
- innerException
- Exception
Aplica-se a
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)
Parâmetros
- operation
- String
- failedObjectName
- String
- failedObjectType
- String
- innerException
- Exception