JSException コンストラクター

定義

オーバーロード

JSException(String)

のインスタンス JSExceptionを構築します。

JSException(String, Exception)

のインスタンス JSExceptionを構築します。

JSException(String)

ソース:
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を構築します。

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

内部例外。

適用対象