JSDisconnectedException Class

Definition

Represents errors that occur during an interop call from .NET to JavaScript when the JavaScript runtime becomes disconnected.

public sealed class JSDisconnectedException : Exception
type JSDisconnectedException = class
    inherit Exception
Public NotInheritable Class JSDisconnectedException
Inherits Exception
Inheritance
JSDisconnectedException

Constructors

JSDisconnectedException(String)

Constructs an instance of JSDisconnectedException.

Applies to