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

HandleWin32Exception() private static method

private static HandleWin32Exception ( Win32Exception win32Exception ) : void
win32Exception System.ComponentModel.Win32Exception
return void
        private static void HandleWin32Exception(Win32Exception win32Exception)
        {
            ShowExceptionDialog(win32Exception, "������ ��� ������� � ����� �� �������� ���������� Win32. ��������� �������� �� ��� ����������� ������ � ��������� �������.", "������ Win32", MessageBoxIcon.Exclamation, true);
        }