I have a c++ program which compiles with visual c++ .net 2003, but won't compile on linux with g++. The error is on this line, and it says there is no matching function for the call. Any ideas.

#include <exception>
using namespace std;

...

throw exception("No info file");