While try to verify newly created record ,
i getting InvalidOperationException with following Mesage
"Collection was modified; enumeration operation may not execute."
Code :
IdeaBlade.Validation.VerifierEngine engine = this.VerifierEngine; ;
VerifierResultCollection result = engine.Execute(this); --> Getting exception while calling Execute method