Class ExceptionView
public class ExceptionView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
ExceptionView
- Implements
- Inherited Members
Properties
CanCopyDetails
[Parameter]
public bool CanCopyDetails { get; set; }
Property Value
CanDismiss
[Parameter]
public bool CanDismiss { get; set; }
Property Value
Exception
[Parameter]
public Exception? Exception { get; set; }
Property Value
ExceptionContext
[CascadingParameter(Name = "ExceptionContext")]
public ExceptionContext? ExceptionContext { get; set; }
Property Value
FallbackText
[Parameter]
public string FallbackText { get; set; }
Property Value
IsInline
[Parameter]
public bool IsInline { get; set; }
Property Value
IsSmall
[Parameter]
public bool IsSmall { get; set; }
Property Value
OnDismiss
[Parameter]
public EventCallback OnDismiss { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder