March 2002
Intermediate to advanced
864 pages
31h 8m
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 method TargetParameterCountException(); public method TargetParameterCountException( string message); public method TargetParameterCountException(string message, Exception inner); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.ApplicationException→TargetParameterCountException