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

HandleStrongTypingException() private static method

private static HandleStrongTypingException ( StrongTypingException strongTypingException ) : void
strongTypingException System.Data.StrongTypingException
return void
        private static void HandleStrongTypingException(StrongTypingException strongTypingException)
        {
            ShowExceptionDialog(strongTypingException, "������ � ������-�������������� ������ ������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
        }