Share via


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
System_CAPS_pubmethod ExceptionContextCatchBlock(String, Boolean, Boolean)

Initializes a new instance of the ExceptionContextCatchBlock class.

Properties

Name Description
System_CAPS_pubproperty CallsHandler

Gets a value indicating whether exceptions in the catch block can be handled after they are logged.

System_CAPS_pubproperty IsTopLevel

Gets a value indicating whether the catch block where the exception was caught is the last one before the host.

System_CAPS_pubproperty Name

Gets a label for the catch block in which the exception was caught.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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