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
JSRuntimeInvocationThe unplanned invocation.
Properties
Invocation
Gets the unplanned invocation.
public JSRuntimeInvocation Invocation { get; }