Hello Guys,
i am trying tio handing exception in my code. i want the system generated error message when exception occured. i am using following code
catch(Exception::Error)
{
sysException = CLRInterop::getLastException();
warning(sysException.get_InnerException()); -- Error occur in this line.
}
But it is giving error :- Error executing code: GL object not initialized.
*This post is locked for comments
I have the same question (0)