The DisplayLevel property sets and provides the way in which unhandled errors are represented by the client.
Syntax | |
DisplayLevel | |
Return value | |
Type |
Description |
ErrorDisplay |
Display types |
Parameter | |
None |
ErrorDisplay |
Description |
0 – ErrorDisplayComplete |
Display of the error message including the code of the function stack |
1 – ErrorDisplayMessage |
Display of the error message without listing the program code of the function stack |
2 - ErrorRaiseOnErrorEvent |
Calling the event OnError. See the preparatory actions dort |