Initializes a new TargetParameterCountException with an empty message string and the root cause of the exception.
[Visual Basic] Overloads Public Sub New() [C#] public TargetParameterCountException(); [C++] public: TargetParameterCountException(); [JScript] public function TargetParameterCountException();
The TargetParameterCountException is the exception classs that shows when a class or method was not located.
TargetParameterCountException inherits from the Exception. This constructor sets the properties of the Exception object as follows:
Property | Value |
---|---|
InnerException | null |
Message | The empty string. |
TargetParameterCountException Class | TargetParameterCountException Members | System.Reflection Namespace | TargetParameterCountException Constructor Overload List