TryAgain public sealed class TryAgain : Attribute Defines a Try Again tag for statistics event handlers. Documentation public bool TryAgain { get; } Returns if the the event handler should run again if previously errored. public TryAgain(bool tryAgain) Initializes a new instance of the Try Again class.