1 write to errorText
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Validation\ValidationError.cs (1)
30
this.
errorText
= errorText;
2 references to errorText
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Validation\ValidationError.cs (2)
50
return this.
errorText
;
86
return String.Format(CultureInfo.InvariantCulture, "{0} {1}: {2}", this.isWarning ? "warning" : "error", this.errorNumber, this.
errorText
);