| Overload | Description |
|---|---|
| IsisDriverException Constructor() | The main constructor to create a new instance of the IsisDriverException. |
| IsisDriverException Constructor(Int32) | An IsisDriverException constructor which allows passing in an error number. |
| IsisDriverException Constructor(String) | An IsisDriverException constructor which allows passing in an error message. |
| IsisDriverException Constructor(Int32,String) | An IsisDriverException constructor which allows passing in an error number and an error message. |
| IsisDriverException Constructor(String,Exception) | An IsisDriverException constructor which allows passing in an error message and inner exception. |