Share via


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
System_CAPS_pubpropertySystem_CAPS_static HttpMessageHandlerAdapterBufferContent

Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.BufferContent.

System_CAPS_pubpropertySystem_CAPS_static HttpMessageHandlerAdapterBufferError

Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.BufferError.

System_CAPS_pubpropertySystem_CAPS_static HttpMessageHandlerAdapterComputeContentLength

Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.ComputeContentLength.

System_CAPS_pubpropertySystem_CAPS_static 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