共用方式為


ExceptionRecorder 代理人

定義

public delegate void ExceptionRecorder(Activity ^ activity, Exception ^ exception, TagList % tags);
public delegate void ExceptionRecorder(Activity activity, Exception exception, ref TagList tags);
type ExceptionRecorder = delegate of Activity * Exception * TagList -> unit
Public Delegate Sub ExceptionRecorder(activity As Activity, exception As Exception, ByRef tags As TagList)

參數

activity
Activity
exception
Exception
tags
TagList

擴充方法

GetMethodInfo(Delegate)

取得 物件,表示指定委派所表示的方法。

適用於