Namespace Sartorius.SAF.ExceptionHandling
Classes
CustomHandledException
Represents an exception which has been created during custom handling of an unhandled exception.
ExceptionEntity
Implements exception data.
ExceptionFormatter
Implements base functions for exception formatter.
ExceptionHandlingBehaviorsBase
Implements the default behavior when an unhandled exception occurs.
ExceptionHandlingFacade
Implements base functionality for the ExceptionHandlingFacade
ExceptionMessages
Holds exception messages.
ExceptionsRepository
Implements the IExceptionsRepository interface.
InitializationException
Implements a initialization exception.
Policy
Defined a SAF default policy for handling exceptions.
PropertyNotFoundException
Represents an exception that occurs when a property is not found.
SendExceptionEventArgs
Represents System.EventArgs for the SendException event handler.
TextExceptionFormatter
Implements a plain text formater for exception.
Interfaces
IExceptionHandlingBehaviors
Defines the behavior of the application when an unhandled exception occurs.
IExceptionHandlingFacade
Defines methods for handling exceptions.
IExceptionsRepository
A repository for managing exceptions data.