FunctionWrongArgumentTypeException 생성자 (String, String, String)
Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function, and received and expected types.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Sub New ( _
functionName As String, _
receivedType As String, _
expectedType As String _
)
‘사용 방법
Dim functionName As String
Dim receivedType As String
Dim expectedType As String
Dim instance As New FunctionWrongArgumentTypeException(functionName, _
receivedType, expectedType)
public FunctionWrongArgumentTypeException(
string functionName,
string receivedType,
string expectedType
)
public:
FunctionWrongArgumentTypeException(
String^ functionName,
String^ receivedType,
String^ expectedType
)
new :
functionName:string *
receivedType:string *
expectedType:string -> FunctionWrongArgumentTypeException
public function FunctionWrongArgumentTypeException(
functionName : String,
receivedType : String,
expectedType : String
)
매개 변수
- functionName
유형: System.String
A String value that specifies the function that caused the exception.
- receivedType
유형: System.String
A String value that specifies the type of argument that was received by the function.
- expectedType
유형: System.String
A String value that specifies the type of argument that was expected by the function.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.
예
참고 항목
참조
FunctionWrongArgumentTypeException 클래스