言語

FunctionWrongArgumentsNumberException コンストラクター

定義

オーバーロード

名前 説明
FunctionWrongArgumentsNumberException()

基本コンストラクター

FunctionWrongArgumentsNumberException(String)

基本コンストラクター

FunctionWrongArgumentsNumberException(String, Exception)

基本コンストラクター

FunctionWrongArgumentsNumberException(String, Int32, Int32)

コンストラクター

FunctionWrongArgumentsNumberException()

基本コンストラクター

public FunctionWrongArgumentsNumberException();
Public Sub New ()

適用対象

FunctionWrongArgumentsNumberException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

FunctionWrongArgumentsNumberException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象

FunctionWrongArgumentsNumberException(String, Int32, Int32)

コンストラクター

public FunctionWrongArgumentsNumberException(string functionName, int receivedCount, int expectedCount);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException : string * int * int -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException
Public Sub New (functionName As String, receivedCount As Integer, expectedCount As Integer)

パラメーター

functionName
String
receivedCount
Int32
expectedCount
Int32

適用対象