Click or drag to resize

ReceiverDisconnectedException Constructor

Initializes a new instance of the Exception class with a specified error message.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.3
Syntax
C#
public ReceiverDisconnectedException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also