Share via


JSDisconnectedException(String) Constructor

Definition

Constructs an instance of JSDisconnectedException.

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

Parameters

message
String

The exception message.

Applies to