Метод | Описание | |
---|---|---|
SqlParameterOutOfRangeException ( |
Initializes a new instance of the SqlParameterOutOfRangeException class.
|
|
SqlParameterOutOfRangeException ( string parameterName, int expectedSize, int actualSize ) : System |
Initializes a new instance of the SqlParameterOutOfRangeException class.
|
Метод | Описание | |
---|---|---|
CreateMessage ( string parameterName, int expectedSize, int actualSize ) : string |
Creates the message.
|
|
CreateMessage ( string parameterName, int expectedPrecision, int expectedScale, int actualPrecision, int actualScale ) : string |
Creates the message containing name and expected and actual types.
|
|
SqlParameterOutOfRangeException ( string parameterName, int expectedPrecision, int expectedScale, int actualPrecision, int actualScale ) : System |
Initializes a new instance of the SqlParameterOutOfRangeException class.
|
public SqlParameterOutOfRangeException ( |
||
parameter | The Sqlparemeter that was out of range. | |
actualPrecision | int | The actual precision. |
actualScale | int | The actual scale. |
Результат | System |
public SqlParameterOutOfRangeException ( string parameterName, int expectedSize, int actualSize ) : System | ||
parameterName | string | Name of the parameter. |
expectedSize | int | The expected size. |
actualSize | int | The actual size. |
Результат | System |