コード例 #1
0
 private void OnError(EosExceptionEventArgs args)
 {
     if (this.Error != null)
     {
         this.Error(this, args);
     }
 }
コード例 #2
0
 void _camera_Error(object sender, EosExceptionEventArgs e)
 {
     try
     {
         Log.Error("Canon error", e.Exception);
     }
     catch (Exception exception)
     {
         Log.Error("Error get camera error", exception);
     }
 }