System.Web.Http.ExceptionHandling Namespace

 

Classes

Class Description
System_CAPS_pubclass ExceptionCatchBlocks

Provides the catch blocks used within this assembly.

System_CAPS_pubclass ExceptionContext

Represents an exception and the contextual data associated with it when it was caught.

System_CAPS_pubclass ExceptionContextCatchBlock

Represents the catch block location for an exception context.

System_CAPS_pubclass ExceptionHandler

Represents an unhandled exception handler.

System_CAPS_pubclass ExceptionHandlerContext

Represents the context within which unhandled exception handling occurs.

System_CAPS_pubclass ExceptionHandlerExtensions

Provides extension methods for IExceptionHandler.

System_CAPS_pubclass ExceptionLogger

Represents an unhandled exception logger.

System_CAPS_pubclass ExceptionLoggerContext

Represents the context within which unhandled exception logging occurs.

System_CAPS_pubclass ExceptionLoggerExtensions

Provides extension methods for IExceptionLogger.

System_CAPS_pubclass ExceptionServices

Creates exception services to call logging and handling from catch blocks.

Interfaces

Interface Description
System_CAPS_pubinterface IExceptionHandler

Defines an unhandled exception handler.

System_CAPS_pubinterface IExceptionLogger

Defines an unhandled exception logger.

Return to top