共用方式為


JSException 建構函式

定義

多載

JSException(String)

建構 的 JSException 實例。

JSException(String, Exception)

建構 的 JSException 實例。

JSException(String)

來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs

建構 的 JSException 實例。

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

參數

message
String

例外狀況訊息。

適用於

JSException(String, Exception)

來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs
來源:
JSException.cs

建構 的 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)

參數

message
String

例外狀況訊息。

innerException
Exception

內部例外狀況。

適用於