C# Class Dibware.StoredProcedureFramework.Exceptions.SqlParameterInvalidDataTypeException

Inheritance: System.Exception
Mostra file Open project: dibley1973/StoredProcedureFramework

Public Methods

Method Description
SqlParameterInvalidDataTypeException ( string parameterName, Type expectedType, Type actualType ) : System

Private Methods

Method Description
CreateMessage ( string parameterName, Type expectedType, Type actualType ) : string

Creates the message.

Method Details

SqlParameterInvalidDataTypeException() public method

public SqlParameterInvalidDataTypeException ( string parameterName, Type expectedType, Type actualType ) : System
parameterName string
expectedType System.Type
actualType System.Type
return System