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
Re-enables the current exception process if the exception was corrected.
Reminder WLanguage exception handling can only be used once (to avoid infinite loops if the exception is not correctly corrected). The function ExceptionEnable function is used to reactivate exception processing: another exception can then be processed by the Line.
Ejemplo
// Re-enables the exception process
ExceptionEnable()
Sintaxis
ExceptionEnable()
Observaciones
  • The function ExceptionEnable FUNCTION function must only be called in exception processing (processing triggered by the keyword: "WHEN EXCEPTION").
  • The function must not be used in a procedure or in a method called from an exception process.
Componente: wd300vm.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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