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)

获取一个对象,该对象表示由指定委托表示的方法。

适用于