AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Exception functions
21 resultados
Automatic management of exceptions
The management of exceptions can be customized by process...
Constantes para la gestión de errores y excepciones
Lista de constantes utilizadas por las funciones para gestionar errores y excepciones.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
ErrorPropagate (Function)
Propagates 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).
ErrorReset (Función)
Reinicia la detección de errores no fatales:
ErrorRestoreParameter (Función)
Restaura el proceso de error de un proceso.
ErrorThrow (Function)
Throw a non-fatal error.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ExceptionDisplay (Función)
Muestra la ventana estándar de excepciones con el contenido de la excepción actual.
ExceptionEnable( Función)
Vuelve a habilitar la actual excepción Process si la excepción fue corregida.
ExceptionInfo (Function)
Retrieves information about the current exception.
ExceptionPropagate (Function)
Propagates an exception.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Funciones de error de tiempo de ejecución
Lista de funciones para la gestión de errores en tiempo de ejecución
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated...
Gestión automática de errores
El manejo de errores se puede personalizar para cada Process ...
Gestión de los errores de ejecución
Pueden producirse algunos errores en su aplicación...
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application...
Mecanismo de excepciones específicas
Un proceso de excepción específico se utiliza para procesar un código de riesgo (es decir, un código que podría desencadenar una excepción)...