The custom function error type used in CustomFunctionException.
public enum CustomFunctionErrorType
Members
| Member Name | Description | Value |
| ERROR | General error. | 0 |
| DIV0 | Divided by zero. | 1 |
| N_A | Unknown error. | 2 |
| NULL | Null pointer. | 3 |
| NUM | Wrong number value. | 4 |
| VALUE | Wrong value or wrong parameter type. | 5 |
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace