private void ProcessOnLoadException(Exception ex)
 {
     m_viewerControl.DisplayErrorMsgBox(ex, LocalizationHelper.Current.ExportErrorTitle);
     Close();
 }