Пример #1
0
 /// <summary>
 /// Reports an error to GUI.
 /// </summary>
 public static void ReportError(CodeAnalysisException ex)
 {
     DispatchService.GuiDispatch(delegate {
         MessageService.ShowError(ex.Message, ex.StackTrace);
     });
 }
Пример #2
0
		/// <summary>
		/// Reports an error to GUI.
		/// </summary>
		public static void ReportError (CodeAnalysisException ex)
		{
			DispatchService.GuiDispatch (delegate {
				MessageService.ShowError (ex.Message, ex.StackTrace);
			});
		}