Table of Contents

Class JSRuntimeUnhandledInvocationException

Namespace
Bunit
Assembly
Bunit.Web.dll

Exception use to indicate that an invocation was received by the BunitJSInterop running in Strict mode, which didn't contain a matching invocation handler.

public sealed class JSRuntimeUnhandledInvocationException : Exception, ISerializable
Inheritance
JSRuntimeUnhandledInvocationException
Implements
Inherited Members
Extension Methods

Constructors

JSRuntimeUnhandledInvocationException(JSRuntimeInvocation)

Initializes a new instance of the JSRuntimeUnhandledInvocationException class with the provided Invocation attached.

public JSRuntimeUnhandledInvocationException(JSRuntimeInvocation invocation)

Parameters

invocation JSRuntimeInvocation

The unplanned invocation.

Properties

Invocation

Gets the unplanned invocation.

public JSRuntimeInvocation Invocation { get; }

Property Value

JSRuntimeInvocation
Progress Telerik

Premium sponsor: Progress Telerik.

Packt

Editorial support provided by Packt.

.NET Foundation

Supported by the .NET Foundation.