ExceptionRecorder public sealed delegate ExceptionRecorder : MulticastDelegate Defines the callback to be used in ActivityListener to receive notifications when exceptions are added to the Activity. Documentation Code namespace System.Diagnostics { public delegate void ExceptionRecorder (Activity activity, Exception exception, ref TagList tags); }