This handler is called if an exception happens in the DataBind callback handler
Use this handler instead of UserCallbackErrorHandler. It passes the error causing subscription to the user handler for better error diagnostics.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UaDataBind
Dim value As OnDataBindCallbackError
instance.UserCallbackErrorHandler2 = value
value = instance.UserCallbackErrorHandler2
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also