Class CascadingExceptionContext
public class CascadingExceptionContext : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
CascadingExceptionContext
- Implements
- Inherited Members
Properties
ChildContent
[Parameter]
public RenderFragment? ChildContent { get; set; }
Property Value
Context
public ExceptionContext? Context { get; set; }
Property Value
ErrorMessageOverride
[Parameter]
public string? ErrorMessageOverride { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
OnParametersSet()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected override void OnParametersSet()