RegisteredServersStore.ExceptionDelegate Delegate

Definition

Delegate declaration for handling any exceptions in UI scenarios This is useful in cases where UI should show a user dialog and continue with the rest of the code past the exception.

public delegate bool RegisteredServersStore.ExceptionDelegate(object obj);
type RegisteredServersStore.ExceptionDelegate = delegate of obj -> bool
Public Delegate Function RegisteredServersStore.ExceptionDelegate(obj As Object) As Boolean 

Parameters

obj
Object

Return Value

Applies to