August 2003
Intermediate to advanced
928 pages
32h 1m
English
TargetParameterCountException
This exception is thrown when a method is invoked with an incorrect number of parameters. Note that this can only come when invoking methods via reflection, since the compiler detects any normal parameter count errors.
public sealed class TargetParameterCountException : ApplicationException { // Public Constructors public TargetParameterCountException( ); public TargetParameterCountException(stringmessage); public TargetParameterCountException(stringmessage, Exceptioninner); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.ApplicationException
→
TargetParameterCountException