Overload | Description |
---|---|
InvalidLengthException Constructor(Int32,Int32) | Initializes a new instance of the InvalidLengthException class, specifying the maximum expected size and the actual size of the string. |
InvalidLengthException Constructor(Int32,Int32,Int32) | |
InvalidLengthException Constructor(String,Int32,Int32) | Initializes a new instance of the InvalidLengthException class, specifying the exception's message text, the maximum expected size and the actual size of the string. |
InvalidLengthException Constructor(String,Int32,Int32,Int32) |