言語

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

適用対象