'Declaration Public Function New( _ ByVal maximumExpectedSize As Integer, _ ByVal actualSize As Integer _ )
'Usage Dim maximumExpectedSize As Integer Dim actualSize As Integer Dim instance As New InvalidLengthException(maximumExpectedSize, actualSize)
public InvalidLengthException( int maximumExpectedSize, int actualSize )
Parameters
- maximumExpectedSize
- A value representing the maximum expected size.
- actualSize
- A value representing the actual size of the string.