Enum ScriptErrorHandlingMode
C#
public enum ScriptErrorHandlingMode
Fields
IgnoreAll | Specifies that errors encountered during script processing will be ignored and further calculation steps will be allowed to execute. |
IgnoreNone | Specifies that any error encountered during script processing will cause the calculation to fail and an error message to be displayed. |