| Overload | Description |
|---|---|
| InternalException Constructor() | Initializes a new instance of the InternalException class. |
| InternalException Constructor(Int32) | Initializes a new instance of the InternalException class with a given error number. |
| InternalException Constructor(Int32,String) | Initializes a new instance of the InternalException class with a given error number and message. |
| InternalException Constructor(String) | Initializes a new instance of the InternalException class with a given error message. |
| InternalException Constructor(String,Exception) | Initializes a new instance of the InternalException class with a given message and inner exception. |
