Table of Contents

Class ExceptionView

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll
public class ExceptionView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
ExceptionView
Implements
Inherited Members

Properties

CanCopyDetails

[Parameter]
public bool CanCopyDetails { get; set; }

Property Value

bool

CanDismiss

[Parameter]
public bool CanDismiss { get; set; }

Property Value

bool

Exception

[Parameter]
public Exception? Exception { get; set; }

Property Value

Exception

ExceptionContext

[CascadingParameter(Name = "ExceptionContext")]
public ExceptionContext? ExceptionContext { get; set; }

Property Value

ExceptionContext

FallbackText

[Parameter]
public string FallbackText { get; set; }

Property Value

string

IsInline

[Parameter]
public bool IsInline { get; set; }

Property Value

bool

IsSmall

[Parameter]
public bool IsSmall { get; set; }

Property Value

bool

OnDismiss

[Parameter]
public EventCallback OnDismiss { get; set; }

Property Value

EventCallback

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder