Enum ScriptErrorHandlingMode
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum ScriptErrorHandlingMode
Fields
| Fields | Description |
|---|---|
| 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. |