RegisteredServersStore.ExceptionDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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