Method | Description | |
---|---|---|
BinaryParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System |
Creates a new
|
|
ToString ( ) : string |
Gets a string describing the exception
|
Method | Description | |
---|---|---|
BinaryParameterTooLongException ( |
protected BinaryParameterTooLongException ( |
||
info | ||
context | ||
return | System |
public BinaryParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System | ||
parameterName | string | The name of the database parameter |
maxLength | int | The max accepted length of the parameter |
actualLength | int | The actual size of the passed parameter value |
return | System |