Skip to main content

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