Skip to main content
A newer version of this page is available. .

StoredProcParamNameValidationException Constructors

An exception thrown when there is a mismatch between the specified and expected stored procedure parameter names.
Name Parameters Description
StoredProcParamNameValidationException(String, String) actual, expected Initializes a new instance of the StoredProcParamNameValidationException class with the specified settings.
See Also