Error Handling Methods
The following table describes error handling methods.
Method | Description |
---|---|
Clears the error status and resets the end-of-file flag for a file. |
|
Returns the error message associated with an error number. |
|
Returns the error number. |
|
Saves an error message in a string. |
|
Stops running code if an error occurs. |