コード例 #1
0
ファイル: App.xaml.cs プロジェクト: zeta1999/OpenSilver
 void App_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
 {
     SimulatorProxy.ShowExceptionStatic(e.Exception);
     e.Handled = true;
 }