Initializes a new instance of the TargetParameterCountException class.
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();
Initializes an instance of TargetParameterCountException with its message string set to the given message and the root cause exception.
[Visual Basic] Overloads Public Sub New(String)
[C#] public TargetParameterCountException(String);
[C++] public: TargetParameterCountException(String*);
[JScript] public function TargetParameterCountException(String);
Initializes a new TargetParameterCountException with a string that indicates the cause of the exception and an exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public TargetParameterCountException(String, Exception);
[C++] public: TargetParameterCountException(String*, Exception);
[JScript] public function TargetParameterCountException(String, Exception);
TargetParameterCountException Class | TargetParameterCountException Members | System.Reflection Namespace