JSException Class

Definition

Represents errors that occur during an interop call from .NET to JavaScript.

public ref class JSException : Exception
public class JSException : Exception
type JSException = class
    inherit Exception
Public Class JSException
Inherits Exception
Inheritance
JSException

Constructors

JSException(String)

Constructs an instance of JSException.

JSException(String, Exception)

Constructs an instance of JSException.

Applies to