Click or drag to resize

FX3ProgrammingException 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 FX3ProgrammingException(
	string message
)

Parameters

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