Inheritance: ConnectionEventArgs
Exemple #1
0
 void conn_ExceptionEncountered(object sender, ExceptionEventArgs e)
 {
     RaiseExceptionEncountered(e.CapturedException, e.ID);
 }