| Catch | Catch provides a mechanism for retrieving an exception object that was set using the Throw function. |
| CatchArgument | |
| CatchArgumentNull | |
| CatchArgumentOutOfRange | |
| CatchDirectoryNotFound | |
| CatchFileNotFound | |
| CatchPathTooLong | |
| ClearException | Clears any exception that may not have been caught yet. |
| PeekException | |
| TakeException | |
| Throw | Raises an error using the supplied exception object. The exception is then set and ready to be caught using Catch. |