다음을 통해 공유


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)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상