OwinExceptionCatchBlocks Class
Provides the catch blocks used within this assembly.
Namespace: System.Web.Http.Owin
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.Owin.OwinExceptionCatchBlocks
Syntax
public static class OwinExceptionCatchBlocks
public ref class OwinExceptionCatchBlocks abstract sealed
[<AbstractClass>]
[<Sealed>]
type OwinExceptionCatchBlocks = class end
Public NotInheritable Class OwinExceptionCatchBlocks
Properties
Name | Description | |
---|---|---|
![]() ![]() |
HttpMessageHandlerAdapterBufferContent | Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.BufferContent. |
![]() ![]() |
HttpMessageHandlerAdapterBufferError | Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.BufferError. |
![]() ![]() |
HttpMessageHandlerAdapterComputeContentLength | Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.ComputeContentLength. |
![]() ![]() |
HttpMessageHandlerAdapterStreamContent | Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.StreamContent. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.Owin Namespace
Return to top