OwinExceptionCatchBlocks.HttpMessageHandlerAdapterBufferError Property
Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.BufferError.
Namespace: System.Web.Http.Owin
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
Syntax
public static ExceptionContextCatchBlock HttpMessageHandlerAdapterBufferError { get; }
public:
property ExceptionContextCatchBlock^ HttpMessageHandlerAdapterBufferError {
static ExceptionContextCatchBlock^ get();
}
static member HttpMessageHandlerAdapterBufferError : ExceptionContextCatchBlock with get
Public Shared ReadOnly Property HttpMessageHandlerAdapterBufferError As ExceptionContextCatchBlock
Property Value
Type: System.Web.Http.ExceptionHandling.ExceptionContextCatchBlock
The catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.BufferError.
See Also
OwinExceptionCatchBlocks Class
System.Web.Http.Owin Namespace
Return to top