AccusoftISISXpress7 ActiveX DLL : ISX_ErrorLevels Enumeration |
Member | Value | Description |
---|---|---|
ISX_Detailed | 2 | This setting will produce detailed error information that is useful when debugging a problem during the development process. |
ISX_Development | 1 | This setting will produce additional error information that is useful during the development process. |
ISX_Production | 0 | The default error level. This setting will produce the minimum amount of error information. |
The default value is ISX_Production.
This value is set by using the DebugErrorLevel Property and is used to help debug an application during development.