System.Reflection.TargetParameterCountException Class

The exception that is thrown when the number of parameters for an invocation does not match the number expected. This class cannot be inherited.

See Also: TargetParameterCountException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public sealed class TargetParameterCountException : ApplicationException

Remarks

TargetParameterCountException uses the HRESULT COR_E_TARGETPARAMCOUNT which has the value 0x8002000E.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0