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)

System::Object
  System.Web.Http.Owin::OwinExceptionCatchBlocks

public ref class OwinExceptionCatchBlocks abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticHttpMessageHandlerAdapterBufferContent

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

System_CAPS_pubpropertySystem_CAPS_staticHttpMessageHandlerAdapterBufferError

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

System_CAPS_pubpropertySystem_CAPS_staticHttpMessageHandlerAdapterComputeContentLength

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

System_CAPS_pubpropertySystem_CAPS_staticHttpMessageHandlerAdapterStreamContent

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: