ExceptionRecorder Delegar

Definição

Define o retorno de chamada a ser usado ActivityListener para receber notificações quando exceções são adicionadas ao 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)

Parâmetros

activity
Activity
exception
Exception
tags
TagList

Métodos de Extensão

Nome Description
GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.

Aplica-se a