コード例 #1
0
 void telecomProvider_Error(object sender, CallButler.Telecom.ErrorEventArgs e)
 {
     LoggingService.AddLogEntry(LogLevel.ErrorsOnly, string.Format("Telecom Provider Error\r\n\r\n{0}\r\n\r\n{1}", e.ErrorMessage, e.ErrorDetail), true);
 }
コード例 #2
0
 protected void RaiseError(ErrorEventArgs e)
 {
     if (Error != null)
         Error(this, e);
 }