M-Files UI Extensibility Framework
EnableExceptionPropagation Method
ICommonFunctions Interface : EnableExceptionPropagation Method
The exception object.
Description
Enables exception propagation to the caller process. After calling this method the exception must be rethrown. The method is meant to be used in dashboards. It suppresses the browser's default error dialog and propagates the error to M-Files that can show it together with a proper callstack.
Syntax
Visual Basic
Public Sub EnableExceptionPropagation( _
   ByVal exception As Object _
) 
Parameters
exception
The exception object.
See Also

ICommonFunctions Interface  | ICommonFunctions Members