getAddress.Sequence.MaxRetryAttemptReachedException.MaxRetryAttemptReachedException C# (CSharp) Method

MaxRetryAttemptReachedException() public method

public MaxRetryAttemptReachedException ( int attempts ) : System
attempts int
return System
        public MaxRetryAttemptReachedException(int attempts)
        {
            Attempts = attempts;
        }
    }
MaxRetryAttemptReachedException