APG.CodeHelper.ExceptionHandler.ExceptionHandler.HandleOperationAbortedException C# (CSharp) Method

HandleOperationAbortedException() private static method

private static HandleOperationAbortedException ( OperationAbortedException operationAbortedException ) : void
operationAbortedException System.Data.OperationAbortedException
return void
        private static void HandleOperationAbortedException(OperationAbortedException operationAbortedException)
        {
            ShowExceptionDialog(operationAbortedException, "�������� ���� ��������.", "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }