JSException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
JSException(String) |
建構 的 JSException 實例。 |
JSException(String, Exception) |
建構 的 JSException 實例。 |
JSException(String)
建構 的 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 實例。
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
內部例外狀況。