StoredProcParamTypeValidationException Constructors
An exception thrown when there is a mismatch between the specified and expected stored procedure parameter types.| Name | Parameters | Description |
|---|---|---|
| StoredProcParamTypeValidationException(String, String, String) | actualType, expectedType, parameterName | Initializes a new instance of the StoredProcParamTypeValidationException class with the specified settings. |
| StoredProcParamTypeValidationException(String, String) | actual, expected | Initializes a new instance of the StoredProcParamTypeValidationException class with the specified settings. |
See Also