Exemplo n.º 1
0
 protected virtual void OnExceptionThrown(ServerModeExceptionThrownEventArgs e)
 {
     if (ExceptionThrown != null)
     {
         ExceptionThrown(this, e);
     }
 }
Exemplo n.º 2
0
 void _List_ExceptionThrown(object sender, ServerModeExceptionThrownEventArgs e)
 {
     OnExceptionThrown(e);
 }