| Overload | Description |
|---|---|
| CancelException Constructor() | The main constructor for the CancelException class to throw when a cancel is performed. |
| CancelException Constructor(Int32) | A CancelException which allows passing in an error number. |
| CancelException Constructor(String) | A CancelException which allows passing in an error message. |
| CancelException Constructor(Int32,String) | A CancelException which allows passing in an error number and an error message. |
| CancelException Constructor(String,Exception) | A CancelException which allows passing in an error message and an inner exception. |