3 references to Exception
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
142if (e.Exception is InvalidOperationException) 150Exception ex = e.Exception.InnerException ?? e.Exception;