Bagikan melalui


JSException Konstruktor

Definisi

Overload

JSException(String)

Membuat instans JSException.

JSException(String, Exception)

Membuat instans JSException.

JSException(String)

Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs

Membuat instans 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

Pesan pengecualian.

Berlaku untuk

JSException(String, Exception)

Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs
Sumber:
JSException.cs

Membuat instans 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

Pesan pengecualian.

innerException
Exception

Pengecualian dalam.

Berlaku untuk