2 instantiations of ValidationException
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
663
exception = new
ValidationException
(error);
674
exception = 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)
155
bool isValidationException = ex is
ValidationException
;
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
651
ValidationException
exception = null;
System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (1)
96
catch (
ValidationException
e)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1571
if (err is TargetInvocationException && err.InnerException is
ValidationException
|| err is
ValidationException
)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1553
if (err is TargetInvocationException && err.InnerException is
ValidationException
|| err is
ValidationException
)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (3)
121
if (err is TargetInvocationException && err.InnerException is
ValidationException
|| err is
ValidationException
)
147
catch (
ValidationException
)
System.ServiceModel.Activation (1)
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
217
if (e is
ValidationException
)