Freigeben über


FunctionWrongArgumentsNumberException-Konstruktor (String, Int32, Int32)

Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function, received and expected types.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    functionName As String, _
    receivedCount As Integer, _
    expectedCount As Integer _
)
'Usage
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
)

Parameter

  • functionName
    Typ: System.String
    A String value that specifies the name of the function that is associated with the exception.
  • receivedCount
    Typ: System.Int32
    An Int32 value that specifies the number of arguments that are received by the function.
  • expectedCount
    Typ: System.Int32
    A Int32 value that specifies the number of arguments that are expected by the function.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

FunctionWrongArgumentsNumberException Klasse

FunctionWrongArgumentsNumberException-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace