FunctionNotASmoObjectException Construtores

Definição

Sobrecargas

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

Aplica-se a