FunctionNotASmoObjectException Costruttori

Definizione

Overload

FunctionNotASmoObjectException()

Costruttore di base

public FunctionNotASmoObjectException();
Public Sub New ()

Si applica a

FunctionNotASmoObjectException(String)

Costruttore di base

public FunctionNotASmoObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String)

Parametri

message
String

Si applica a

FunctionNotASmoObjectException(String, Exception)

Costruttore di 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)

Parametri

message
String
innerException
Exception

Si applica a

FunctionNotASmoObjectException(String, String)

Costruttore

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)

Parametri

functionName
String
targetType
String

Si applica a