AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de excepciones
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Funciones de error de tiempo de ejecución
Las siguientes funciones se utilizan para gestionar errores y excepciones:
ErrorChangeParameterConfigures the automatic behavior that will be implemented if an error occurs in the current process.
ErrorInfoRetrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
ErrorPropagatePropagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
ErrorResetReinicia la detección de errores no fatales:
ErrorRestoreParameterRestaura el proceso de error de un proceso.
ErrorThrowThrow a non-fatal error.
ExceptionChangeParameterConfigures the automatic behavior that will be implemented if an exception occurs in the current process.
ExceptionDisplayMuestra la ventana estándar de excepciones con el contenido de la excepción actual.
ExceptionEnableVuelve a habilitar la actual excepción Process si la excepción fue corregida.
ExceptionInfoRetrieves information about the current exception.
ExceptionPropagatePropagates an exception.
ExceptionRestoreParameterRestaura la excepción Process de una Process.
ExceptionThrowArtificially triggers the security mechanism of WLanguage by throwing an exception.
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/09/2024

Señalar un error o enviar una sugerencia | Ayuda local