| Overload | Description |
|---|---|
| GeneralIsisException Constructor() | The main constructor for the GeneralIsisException class thrown when there is a general ISIS issue. |
| GeneralIsisException Constructor(Int32) | A GeneralIsisException which allows passing in an error number. |
| GeneralIsisException Constructor(String) | A GeneralIsisException which allows passing in an error message. |
| GeneralIsisException Constructor(Int32,String) | A GeneralIsisException which allows passing in an error number and an error message. |
| GeneralIsisException Constructor(String,Exception) | A GeneralIsisException which allows passing in an error message and an inner exception. |