Sdílet prostřednictvím


JSException Konstruktory

Definice

Přetížení

JSException(String)

Vytvoří instanci objektu JSException.

JSException(String, Exception)

Vytvoří instanci objektu JSException.

JSException(String)

Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs

Vytvoří instanci objektu JSException.

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

Parametry

message
String

Zpráva výjimky

Platí pro

JSException(String, Exception)

Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs
Zdroj:
JSException.cs

Vytvoří instanci objektu 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)

Parametry

message
String

Zpráva výjimky

innerException
Exception

Vnitřní výjimka

Platí pro