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

HandleTypedDataSetGeneratorException() private static method

private static HandleTypedDataSetGeneratorException ( System.Data.TypedDataSetGeneratorException typedDataSetGeneratorException ) : void
typedDataSetGeneratorException System.Data.TypedDataSetGeneratorException
return void
        private static void HandleTypedDataSetGeneratorException(TypedDataSetGeneratorException typedDataSetGeneratorException)
        {
            ShowExceptionDialog(typedDataSetGeneratorException, "�������� ��� �������� � ������-�������������� ������ ������. " + NotAllowedExceptionMessage, "����������� ������", MessageBoxIcon.Information, true);
        }