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( _ ByVal message As String _ ) [C#] public TargetParameterCountException( string message ); [C++] public: TargetParameterCountException( String* message ); [JScript] public function TargetParameterCountException( message : String );
TargetParmeterCountException inherits from the Exception. This constructor sets the properties of the Exception object as follows:
Property | Value |
---|---|
InnerException | null |
Message | The message string. |
TargetParameterCountException Class | TargetParameterCountException Members | System.Reflection Namespace | TargetParameterCountException Constructor Overload List