C# Класс APG.CodeHelper.ExceptionHandler.ExceptionHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
HandleApplicationException ( object sender, Exception e ) : void

���������� �������������� ��������

Приватные методы

Метод Описание
HandlArgumentNullException ( ArgumentNullException argumentNullException ) : void
HandleApplicationException ( ApplicationException e ) : void
HandleArgumentException ( ArgumentException argumentException ) : void
HandleDBConcurrencyException ( DBConcurrencyException dBConcurrencyException ) : void
HandleDataException ( DataException dataException ) : void
HandleDeletedRowInaccessibleException ( System.Data.DeletedRowInaccessibleException deletedRowInaccessibleException ) : void
HandleDuplicateNameException ( DuplicateNameException duplicateNameException ) : void
HandleEvaluateException ( EvaluateException evaluateException ) : void
HandleInRowChangingEventException ( System.Data.InRowChangingEventException inRowChangingEventException ) : void
HandleInvalidConstraintException ( System.Data.InvalidConstraintException invalidConstraintException ) : void
HandleMissingPrimaryKeyException ( System.Data.MissingPrimaryKeyException missingPrimaryKeyException ) : void
HandleNoNullAllowedException ( System.Data.NoNullAllowedException noNullAllowedException ) : void
HandleNullReferenceException ( NullReferenceException nullReferenceException ) : void
HandleOperationAbortedException ( OperationAbortedException operationAbortedException ) : void
HandleReadOnlyException ( System.Data.ReadOnlyException readOnlyException ) : void
HandleRowNotInTableException ( System.Data.RowNotInTableException rowNotInTableException ) : void
HandleSqlClientException ( object sender, System e ) : void

���������� ���������� �� SQL Server 2005

HandleStrongTypingException ( StrongTypingException strongTypingException ) : void
HandleSyntaxErrorException ( SyntaxErrorException syntaxErrorException ) : void
HandleTypedDataSetGeneratorException ( System.Data.TypedDataSetGeneratorException typedDataSetGeneratorException ) : void
HandleUnhandledException ( Exception e ) : void
HandleVersionNotFoundException ( System.Data.VersionNotFoundException versionNotFoundException ) : void
HandleWin32Exception ( Win32Exception win32Exception ) : void
ShowExceptionDialog ( Exception exception, string exceptionMessage, string aboutMessage, MessageBoxIcon messageBoxIcon, bool bShowSendButton ) : void
ShowExceptionDialog ( Exception exception, string exceptionMessage, string aboutMessage, MessageBoxIcon messageBoxIcon, bool bShowSendButton, System detailDialogType ) : void

Описание методов

HandleApplicationException() публичный статический Метод

���������� �������������� ��������
public static HandleApplicationException ( object sender, Exception e ) : void
sender object
e System.Exception ����������
Результат void