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
The TargetParameterCountException is thrown is thrown when the number of the parameter to an invocation doesn't match the number expected.
Namespace: System.Reflection
Assembly: mscorlib.dll
TargetParameterCountException Members | System.Reflection Namespace