C# Class APG.CodeHelper.ExceptionHandler.ExceptionHandler

Show file Open project: UGTU/UGTUKadrProject

Public Methods

Method Description
HandleApplicationException ( object sender, Exception e ) : void

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

Private Methods

Method Description
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

Method Details

HandleApplicationException() public static method

���������� �������������� ��������
public static HandleApplicationException ( object sender, Exception e ) : void
sender object
e System.Exception ����������
return void