FunctionNoServerException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| 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