JSException Constructores

Definición

Sobrecargas

JSException(String)

Construye una instancia de JSException.

JSException(String, Exception)

Construye una instancia de JSException.

JSException(String)

Construye una instancia de JSException.

public:
 JSException(System::String ^ message);
public JSException (string message);
new Microsoft.JSInterop.JSException : string -> Microsoft.JSInterop.JSException
Public Sub New (message As String)

Parámetros

message
String

Mensaje de excepción.

Se aplica a

JSException(String, Exception)

Construye una instancia de JSException.

public:
 JSException(System::String ^ message, Exception ^ innerException);
public JSException (string message, Exception innerException);
new Microsoft.JSInterop.JSException : string * Exception -> Microsoft.JSInterop.JSException
Public Sub New (message As String, innerException As Exception)

Parámetros

message
String

Mensaje de excepción.

innerException
Exception

Excepción interna.

Se aplica a