LongoMatch.Services.ProjectsManager.HandleCaptureError C# (CSharp) Method

HandleCaptureError() private method

private HandleCaptureError ( CaptureErrorEvent e ) : void
e CaptureErrorEvent
return void
        void HandleCaptureError(CaptureErrorEvent e)
        {
            App.Current.Dialogs.ErrorMessage (Catalog.GetString ("The following error happened and" +
            " the current capture will be closed:") + "\n" + e.Message);
            CaptureFinished (true, false, false);
        }