//http://www.artofcreation.be/2011/08/09/try-catch-example-code/ try { } catch(Exception::CLRError) { ex = ClrInterop::getLastException(); if (ex != null) { ex = ex.get_InnerException(); if (ex != null...(read more)
↧