| Overload | Description | 
|---|---|
| ListBoxInternalException Constructor() | Initializes a new instance of the ListBoxInternalException class. | 
| ListBoxInternalException Constructor(String) | Initializes a new instance of the ListBoxInternalException class specifying the exception message. | 
| ListBoxInternalException Constructor(Exception) | Initializes a new instance of the ListBoxInternalException class specifying the inner exception. | 
| ListBoxInternalException Constructor(String,Exception) | Initializes a new instance of the ListBoxInternalException class specifying the exception message and inner exception. |