FunctionNoServerException 构造函数

定义

重载

名称 说明
FunctionNoServerException()

基本构造函数

FunctionNoServerException(String)

为重复尝试注册同一程序集创建异常

FunctionNoServerException(String, Exception)

基本构造函数

FunctionNoServerException()

基本构造函数

public FunctionNoServerException();
Public Sub New ()

适用于

FunctionNoServerException(String)

为重复尝试注册同一程序集创建异常

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

参数

message
String

适用于

FunctionNoServerException(String, Exception)

基本构造函数

public FunctionNoServerException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionNoServerException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionNoServerException
Public Sub New (message As String, innerException As Exception)

参数

message
String
innerException
Exception

适用于