Click or drag to resize

FX3ProgrammingException Constructor (String, Exception)

Create a new exception with a specified message and the previous exception from down the stack

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public FX3ProgrammingException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message to pass with the exception
innerException
Type: SystemException
The lower level exception to pass up
See Also