C# 클래스 Dibware.StoredProcedureFramework.Exceptions.SqlParameterInvalidDataTypeException

상속: System.Exception
파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework

공개 메소드들

메소드 설명
SqlParameterInvalidDataTypeException ( string parameterName, Type expectedType, Type actualType ) : System

비공개 메소드들

메소드 설명
CreateMessage ( string parameterName, Type expectedType, Type actualType ) : string

Creates the message.

메소드 상세

SqlParameterInvalidDataTypeException() 공개 메소드

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