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

HandleSyntaxErrorException() private static method

private static HandleSyntaxErrorException ( SyntaxErrorException syntaxErrorException ) : void
syntaxErrorException System.Data.SyntaxErrorException
return void
        private static void HandleSyntaxErrorException(SyntaxErrorException syntaxErrorException)
        {
            ShowExceptionDialog(syntaxErrorException, "�������������� ������ � ����������� ���� ������ ������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }