Click or drag to resize

FX3CommunicationException Constructor (String)

Create a new exception with a specified message

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public FX3CommunicationException(
	string message
)

Parameters

message
Type: SystemString
The message to pass with the exception
See Also