NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TargetParameterCountException Class

Represents an exception that is thrown when the number of the parameter and invocation doesn't match.

Object
   Exception
      ApplicationException
         TargetParameterCountException

[Visual Basic]
NotInheritable Public Class TargetParameterCountException
   Inherits ApplicationException
[C#]
public sealed class TargetParameterCountException :
   ApplicationException
[C++]
public __gc __sealed class TargetParameterCountException : public
   ApplicationException
[JScript]
public class TargetParameterCountException extends
   ApplicationException

Remarks

The TargetParameterCountException is thrown is thrown when the number of the parameter to an invocation doesn't match the number expected.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

TargetParameterCountException Members | System.Reflection Namespace