TargetParameterCountException Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the TargetParameterCountException class with its message string set to the given message and the root cause exception.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
- Type: System.String
A String describing the reason this exception was thrown.
TargetParmeterCountException inherits from Exception. This constructor sets the properties of the Exception object as shown in the following table.
Property | Value |
|---|---|
Nothing | |
The message string. |
Show: