Lenguaje

FunctionNotASmoObjectException Constructores

Definición

Sobrecargas

FunctionNotASmoObjectException()

Constructor base

public FunctionNotASmoObjectException();
Public Sub New ()

Se aplica a

FunctionNotASmoObjectException(String)

Constructor 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

Se aplica a

FunctionNotASmoObjectException(String, Exception)

Constructor 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

Se aplica a

FunctionNotASmoObjectException(String, String)

Constructor

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

Se aplica a