Takes the specified action, using the specified error msg.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
public void FailAction( ActionType action, string msg )
Parameters
- action
- Type: Facilita.Fc.Runtime ActionType
The action to take.
- msg
- Type: System String
The error message.
See Also