Share via


JSDisconnectedException(String) コンストラクター

定義

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

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

パラメーター

message
String

例外メッセージです。

適用対象