JSDisconnectedException Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |