ExceptionRecorder 대리자

정의

예외가 추가될 때 알림을 수신하는 데 사용할 ActivityListener 콜백을 Activity정의합니다.

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

확장명 메서드

Name Description
GetMethodInfo(Delegate)

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

적용 대상