getAddress.Sequence.MaxRetryAttemptReachedException.MaxRetryAttemptReachedException C# (CSharp) Метод

MaxRetryAttemptReachedException() публичный Метод

public MaxRetryAttemptReachedException ( int attempts ) : System
attempts int
Результат System
        public MaxRetryAttemptReachedException(int attempts)
        {
            Attempts = attempts;
        }
    }
MaxRetryAttemptReachedException