RetryingEventArgs Class

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling.

Contains information required for the Retrying event.

Namespace: Microsoft.Practices.TransientFaultHandling
Assembly: Microsoft.Practices.TransientFaultHandling.Core (in Microsoft.Practices.TransientFaultHandling.Core.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public class RetryingEventArgs : EventArgs
'Declaration
Public Class RetryingEventArgs _
    Inherits EventArgs
public ref class RetryingEventArgs : public EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Practices.TransientFaultHandling.RetryingEventArgs

See Also

RetryingEventArgs Members

Microsoft.Practices.TransientFaultHandling Namespace