static void ThrowErrno( int nErrno );
nErrno
An integer error code as defined in the run-time include file errno.h.
This static function constructs a CFileException object corresponding to a given nErrno value, then throws the exception.
#include <errno.h>
CFileException::ThrowErrno( EACCES ); // "access denied"