public void Exception(System.IntPtr pAppDomain, System.IntPtr pThread, int unhandled)
 {
     Call(delegate
     {
         callbackSwitch.Exception(
             MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain),
             MTA2STA.MarshalIntPtrTo <ICorDebugThread>(pThread),
             unhandled
             );
     });
 }