StoredProcParamCountValidationException Constructors
An exception thrown when there is a mismatch between the specified and expected number of parameters specified for a stored procedure.| Name | Parameters | Description |
|---|---|---|
| StoredProcParamCountValidationException(Int32, Int32) | actual, expected | Initializes a new instance of the StoredProcParamCountValidationException class with the specified settings. |
See Also