Share via


ExceptionContextCatchBlock.IsTopLevel Property

 

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

Namespace:   System.Web.Http.ExceptionHandling
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public bool IsTopLevel { get; }
public:
property bool IsTopLevel {
    bool get();
}
member IsTopLevel : bool with get
Public ReadOnly Property IsTopLevel As Boolean

Property Value

Type: System.Boolean

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

See Also

ExceptionContextCatchBlock Class
System.Web.Http.ExceptionHandling Namespace

Return to top