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