메소드 | 설명 | |
---|---|---|
StringParameterTooLongException ( string parameterName, int maxLength, int actualLength ) : System |
Creates a new
|
|
ToString ( ) : string |
Gets a string describing the exception
|
메소드 | 설명 | |
---|---|---|
StringParameterTooLongException ( |
Creates a new
|
protected StringParameterTooLongException ( |
||
info | ||
context | ||
리턴 | System |
public StringParameterTooLongException ( 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 |
리턴 | System |