2 writes to errors
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Validation\WorkflowValidationFailedException.cs (2)
20
this.
errors
= (ValidationErrorCollection)info.GetValue("errors", typeof(ValidationErrorCollection));
47
this.
errors
= XomlCompilerHelper.MorphIntoFriendlyValidationErrors(errors);
3 references to errors
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Validation\WorkflowValidationFailedException.cs (3)
22
if (this.
errors
== null)
58
info.AddValue("errors", this.
errors
, typeof(ValidationErrorCollection));
65
return this.
errors
;