ParameterModifier Constructor
[ 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 ParameterModifier structure that represents the specified number of parameters.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- parameterCount
- Type: System.Int32
The number of parameters.
| Exception | Condition |
|---|---|
| ArgumentException | parameterCount is negative. |
Show: