FunctionNotASmoObjectException Konstruktor

Definisi

Overload

FunctionNotASmoObjectException()

Konstruktor dasar

public FunctionNotASmoObjectException();
Public Sub New ()

Berlaku untuk

FunctionNotASmoObjectException(String)

Konstruktor dasar

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

Parameter

message
String

Berlaku untuk

FunctionNotASmoObjectException(String, Exception)

Konstruktor dasar

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)

Parameter

message
String
innerException
Exception

Berlaku untuk

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)

Parameter

functionName
String
targetType
String

Berlaku untuk