Exemple #1
0
 protected void OnError(Exception error)
 {
     if (Error != null)
     {
         ErrorArgs args = new ErrorArgs(error);
         Error(this, args);
     }
 }
Exemple #2
0
 protected void OnError(Exception error)
 {
     if (Error != null)
     {
         ErrorArgs args = new ErrorArgs(error);
         Error(this, args);
     }
 }