FunctionWrongArgumentsNumberException 생성자 (String, Int32, Int32)
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Sub New ( _
functionName As String, _
receivedCount As Integer, _
expectedCount As Integer _
)
‘사용 방법
Dim functionName As String
Dim receivedCount As Integer
Dim expectedCount As Integer
Dim instance As New FunctionWrongArgumentsNumberException(functionName, _
receivedCount, expectedCount)
public FunctionWrongArgumentsNumberException(
string functionName,
int receivedCount,
int expectedCount
)
public:
FunctionWrongArgumentsNumberException(
String^ functionName,
int receivedCount,
int expectedCount
)
new :
functionName:string *
receivedCount:int *
expectedCount:int -> FunctionWrongArgumentsNumberException
public function FunctionWrongArgumentsNumberException(
functionName : String,
receivedCount : int,
expectedCount : int
)
매개 변수
- functionName
형식: System. . :: . .String
- receivedCount
형식: System. . :: . .Int32
- expectedCount
형식: System. . :: . .Int32