System.Web.Http.ExceptionHandling Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ExceptionCatchBlocks |
Provides the catch blocks used within this assembly. |
ExceptionContext |
Represents an exception and the contextual data associated with it when it was caught. |
ExceptionContextCatchBlock |
Represents the catch block location for an exception context. |
ExceptionHandler |
Represents an unhandled exception handler. |
ExceptionHandlerContext |
Represents the context within which unhandled exception handling occurs. |
ExceptionHandlerExtensions |
Provides extension methods for IExceptionHandler. |
ExceptionLogger |
Represents an unhandled exception logger. |
ExceptionLoggerContext |
Represents the context within which unhandled exception logging occurs. |
ExceptionLoggerExtensions |
Provides extension methods for IExceptionLogger. |
ExceptionServices |
Creates exception services to call logging and handling from catch blocks. |
Interfaces
IExceptionHandler |
Defines an unhandled exception handler. |
IExceptionLogger |
Defines an unhandled exception logger. |