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