#include <exception.hxx>

SimGear-based code should throw this exception when it fails to read from or write to an external resource, such as a file, socket, URL, or database.
In addition to the functionality of sg_exception, an sg_io_exception may contain location information, such as the name of a file or URL, and possible also a location in that file or URL.
Definition at line 122 of file exception.hxx.
1.5.6