FunctionNotASmoObjectException 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 |
|---|---|
| FunctionNotASmoObjectException() |
Construtor base |
| FunctionNotASmoObjectException(String) |
Construtor base |
| FunctionNotASmoObjectException(String, Exception) |
Construtor base |
| FunctionNotASmoObjectException(String, String) |
Construtor |
FunctionNotASmoObjectException()
Construtor base
public FunctionNotASmoObjectException();
Public Sub New ()
Aplica-se a
FunctionNotASmoObjectException(String)
Construtor base
public FunctionNotASmoObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
FunctionNotASmoObjectException(String, Exception)
Construtor base
public FunctionNotASmoObjectException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
- innerException
- Exception
Aplica-se a
FunctionNotASmoObjectException(String, String)
Construtor
public FunctionNotASmoObjectException(string functionName, string targetType);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string * string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (functionName As String, targetType As String)
Parâmetros
- functionName
- String
- targetType
- String