StoredProcParamNameValidationException(String, String) Constructor
Initializes a new instance of the StoredProcParamNameValidationException class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| actual | String | A String value, specifying the actual parameter name. |
| expected | String | A String value, specifying the expected parameter name. |
See Also