C# User Defined Exception handling for Erroe from Dll get Exception was unhandled by user code
i am working with dynamic c# application that links all the classes into the main application from the Dll files that i create separately, in these files when i connect my dll file dynamically the error handlers want throw the errors by the connection as it used to be here is what i try to do i have a dll file with this coding and class on it class clsGlobles { public object dlststus = false; // dtabase file status public clsGlobles() { try { if (dlststus == true) { } else { throw new Exception("Some important files are missing - Please re-install the application"); //throw this as a error and