RuleEngineCompensationHandler 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.
public delegate bool RuleEngineCompensationHandler(Exception ^ ex, System::Object ^ userData);
public delegate bool RuleEngineCompensationHandler(Exception ex, object userData);
type RuleEngineCompensationHandler = delegate of Exception * obj -> bool
Public Delegate Function RuleEngineCompensationHandler(ex As Exception, userData As Object) As Boolean
Parameters
- ex
- Exception
- userData
- Object