Freigeben über


JSException Konstruktoren

Definition

Überlädt

JSException(String)

Erstellt eine instance von JSException.

JSException(String, Exception)

Erstellt eine instance von JSException.

JSException(String)

Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs

Erstellt eine instance von JSException.

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

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

JSException(String, Exception)

Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs
Quelle:
JSException.cs

Erstellt eine instance von 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)

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Die innere Ausnahme.

Gilt für: