RuleEngineCompensationHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- ex
- Exception
- userData
- Object