ExceptionContextCatchBlock Class
Represents the catch block location for an exception context.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.ExceptionHandling.ExceptionContextCatchBlock
Syntax
[DebuggerDisplayAttribute("Name: {Name}, IsTopLevel: {IsTopLevel}")]
public class ExceptionContextCatchBlock
[DebuggerDisplayAttribute("Name: {Name}, IsTopLevel: {IsTopLevel}")]
public ref class ExceptionContextCatchBlock
[<DebuggerDisplayAttribute("Name: {Name}, IsTopLevel: {IsTopLevel}")>]
type ExceptionContextCatchBlock = class end
<DebuggerDisplayAttribute("Name: {Name}, IsTopLevel: {IsTopLevel}")>
Public Class ExceptionContextCatchBlock
Constructors
Name | Description | |
---|---|---|
![]() |
ExceptionContextCatchBlock(String, Boolean, Boolean) | Initializes a new instance of the ExceptionContextCatchBlock class. |
Properties
Name | Description | |
---|---|---|
![]() |
CallsHandler | Gets a value indicating whether exceptions in the catch block can be handled after they are logged. |
![]() |
IsTopLevel | Gets a value indicating whether the catch block where the exception was caught is the last one before the host. |
![]() |
Name | Gets a label for the catch block in which the exception was caught. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Overrides Object.ToString().) |
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.ExceptionHandling Namespace
Return to top