ExceptionContextCatchBlock.CallsHandler Property
Gets a value indicating whether exceptions in the catch block can be handled after they are logged.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public bool CallsHandler { get; }
public:
property bool CallsHandler {
bool get();
}
member CallsHandler : bool with get
Public ReadOnly Property CallsHandler As Boolean
Property Value
Type: System.Boolean
A value indicating whether exceptions in the catch block can be handled after they are logged.
See Also
ExceptionContextCatchBlock Class
System.Web.Http.ExceptionHandling Namespace
Return to top