ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Exception functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ConstantDescriptionUsed by the functions
edEndProgramOperation performed by the user on the standard window of exceptions: "Restart the application" was not checked by the user.ExceptionDisplay
edRelaunchProgramOperation performed by the user on the standard window of exceptions: "Restart the application" was checked by the user.ExceptionDisplay
epDisplayMessageDisplays the error message in a window that proposes the following choices to the user: "Retry", "Cancel" and "Stop".ErrorChangeParameter
epDisplayMessageEndProgramDisplays the error message in a window that proposes the following choices to the user: "Stop" and "Restart the application" (Restart by default).ErrorChangeParameter
epDisplayMessageEndProcessDisplays the error message in a window that proposes the following choices to the user: "Cancel" and "Stop".ErrorChangeParameter
epDisplayMessageRelaunchProgramDisplays the error message in a window that proposes the following choices to the user: "Stop" and "Restart the application" (Restart by default).ErrorChangeParameter
epCodeCurrent mode: the error is processed through programming (test the return value of the functions, using ErrorOccurred, ...)
Standard operating mode of exceptions.
ErrorChangeParameter,
ExceptionChangeParameter
epExecuteProcedureRuns the procedure specified in parameter.ErrorChangeParameter,
ExceptionChangeParameter
epExecuteProcedureOverallRuns the procedure specified as parameter. The procedure is called if no local exception process is active.
The procedure is active in the execution context (project, external stand-alone component, internal stand-alone component). If there is no procedure in the current context, the procedure is searched in the parent context recursively, up to the application level.
ExceptionChangeParameter
epGotoCaseErrorRuns the code defined by: CASE ERROR:ErrorChangeParameter
epGotoCaseExceptionRuns the code defined by: CASE EXCEPTION:ExceptionChangeParameter
epResultValidates the errors. Exits from the current process and returns the specified value.
Exits from the current process and returns the value specified as parameter. The exception is not propagated.
ErrorChangeParameter,
ExceptionChangeParameter
epResultErrorValidates the errors. Exits from the current process, returns the specified value and propagates the error.
The error is automatically processed by the higher level (if the error process is enabled), or by IF NOT xxx or IF ErrorOccurred.
ErrorChangeParameter
epReturnValidates the errors. Exits from the current process.
The error is not propagated if the automatic management of errors is enabled in the calling code.
Ends the current process and does not propagate the exception.
ErrorChangeParameter,
ExceptionChangeParameter
epReturnErrorValidates the errors. Exits from the current process and propagates the error. The error is automatically processed by the higher level (if the error process is enabled), or by IF NOT xxx or IF ErrorOccurred.
The error is propagated if the automatic management of errors is enabled in the calling code.
ErrorChangeParameter
errCodeError codeErrorInfo, ExceptionInfo
errSystemCodeNumber of the system error (if it exists)ErrorInfo, ExceptionInfo
errFullDetailsFull error details (error line, current process, etc.)ErrorInfo, ExceptionInfo
errDateTimeDate and time of errorErrorInfo, ExceptionInfo
errElementName of the element associated with the current process when the error occurredErrorInfo, ExceptionInfo
errDotNetExceptionObject of .Net exceptionExceptionInfo
errFICFull name of the data file (.FIC) associated with the errorErrorInfo, ExceptionInfo
errFileLogical name of the file associated with the errorErrorInfo, ExceptionInfo
errInfoAdditional informationErrorInfo, ExceptionInfo
errDebugInfoSpecific information for debugging the problem that occurred. This information should only be displayed and communicated on express demand from PC SOFT.ErrorInfo
errLinkName of link associated with the errorErrorInfo, ExceptionInfo
errLineNumber of the error lineErrorInfo, ExceptionInfo
errMessageFull error messageErrorInfo, ExceptionInfo
errSystemMessageMessage of system error (if it exists)ErrorInfo, ExceptionInfo
errMMOFull name of the memo file (.MMO) associated with the errorErrorInfo, ExceptionInfo
errNDXFull name of the index file (.NDX) associated with the errorErrorInfo, ExceptionInfo
errNumberSubErrorNumber of sub-errors for the errorErrorInfo, ExceptionInfo
errFullComponentNameName of the component currently run:
  • "" no component.
  • "Component1": "Component1" component directly used in the project.
  • "Component1.Component2": "Component2" component used from "Component1".
ErrorInfo, ExceptionInfo
errRecNumNumber of the record associated with the errorErrorInfo, ExceptionInfo
errOriginHFSQL Client/Server: used to directly access the first error that occurred on the HFSQL server.ExceptionInfo
errDuringName of the WLanguage function that threw the errorErrorInfo, ExceptionInfo
errStackStack of WLanguage callsErrorInfo, ExceptionInfo
errSummarySummary of errorErrorInfo, ExceptionInfo
errItemName of the item associated with the errorErrorInfo, ExceptionInfo
errProcessName of process in progress when the error occurredErrorInfo, ExceptionInfo
errWDDFull name of the WDD file associated with the errorErrorInfo, ExceptionInfo
exceptionWarningLevel of the error to trigger: warning exceptionExceptionThrow
exceptionErrorLevel of the error to trigger: error exceptionExceptionThrow
exceptionInformationLevel of the error to trigger: information exceptionExceptionThrow
adErrNoAdvertisingNo ad was found.Managing the errors in the Ad controls
adErrInternalInternal errorManaging the errors in the Ad controls
adErrInvalidQueryInvalid AdMob queryManaging the errors in the Ad controls
adErrNetworkNetwork connectivity error (no Internet access for example)Managing the errors in the Ad controls
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help