System.Reflection.TargetParameterCountException
namespace System.Reflection
{
public sealed class TargetParameterCountException : ApplicationException
{
public TargetParameterCountException();
public TargetParameterCountException(string message);
public TargetParameterCountException(string message, Exception inner);
}
}