Beispiel #1
0
 private void StartThreadWorker()
 {
     try
     {
         snagVideo.Start();
     }
     catch (Exception ex)
     {
         throw new Exception(string.Format("Error starting recording: {0}", snagVideo.LastRecorderError), ex);
     }
 }