2 instantiations of ValidationException
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
663exception = new ValidationException(error); 674exception = new ValidationException(err.Message, err);
11 references to ValidationException
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValue.cs (1)
155bool isValidationException = ex is ValidationException;
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
651ValidationException exception = null;
System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (1)
96catch (ValidationException e)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1571if (err is TargetInvocationException && err.InnerException is ValidationException || err is ValidationException)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1553if (err is TargetInvocationException && err.InnerException is ValidationException || err is ValidationException)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (3)
121if (err is TargetInvocationException && err.InnerException is ValidationException || err is ValidationException) 147catch (ValidationException)
System.ServiceModel.Activation (1)
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
217if (e is ValidationException)