Microsoft SDK for Java

ParameterCountMismatchError Class Constructors

The ParameterCountMismatchError class contains the following constructors:

ParameterCountMismatchError()
ParameterCountMismatchError(int expected, int passed)

ParameterCountMismatchError()

Constructs a ParameterCountMismatchError object.

Syntax

public ParameterCountMismatchError();

ParameterCountMismatchError(int expected, int passed)

Constructs a ParameterCountMismatchError object from the number of parameters passed and the number of parameters expected.

Syntax

public ParameterCountMismatchError(int expected, int passed);

Parameters

expected The number of parameters expected.
passed The number of parameters actually passed.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.