LongoMatch.Services.ProjectsManager.HandleCaptureError C# (CSharp) 메소드

HandleCaptureError() 개인적인 메소드

private HandleCaptureError ( CaptureErrorEvent e ) : void
e CaptureErrorEvent
리턴 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);
        }