protected virtual void OnException(DynamicValidatorEventArgs e)
 {
     if (Exception != null)
     {
         Exception(this, e);
     }
 }
Пример #2
0
 internal void OnException(DynamicValidatorEventArgs eventArgs)
 {
     Exception(this, eventArgs);
 }