Accusoft.ISISXpressSdk Namespace > StringTooLongException Class : StringTooLongException Constructor |
Overload | Description |
---|---|
StringTooLongException Constructor() | The main constructor to throw when a string is too long. |
StringTooLongException Constructor(Int32) | A StringTooLongException which allows passing in an error number. |
StringTooLongException Constructor(String) | A StringTooLongException which allows passing in an error message. |
StringTooLongException Constructor(Int32,String) | A StringTooLongException which allows passing in an error number and an error message. |
StringTooLongException Constructor(String,Exception) | A StringTooLongException which allows passing in an error message and inner exception. |