Interface ITemplateLoadExceptionHandler
Handler for handling exceptions
Namespace: Simplic.UIDataTemplate
Assembly: Simplic.UIDataTemplate.dll
Syntax
public interface ITemplateLoadExceptionHandler
Methods
| Improve this Doc View SourceHandle(Exception)
Handle an exception
Declaration
bool Handle(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | ex | Exception instance |
Returns
Type | Description |
---|---|
System.Boolean | True if the exception was handled |