namespace PluggIt { class OutOfMemoryException extends Exception { public OutOfMemoryException() : Exception( "Out of memory!" ) { } }; }